From f123d5d12555a3a0cea9e381986df2c34de9bd44 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Mon, 14 Jan 2019 23:25:58 -0200 Subject: [PATCH] altera btns de outline-dark para outlink-primary --- sapl/base/forms.py | 2 +- sapl/crud/base.py | 2 +- sapl/templates/auth/user_list.html | 2 +- .../base/EstatisticasAcessoNormas_filter.html | 2 +- sapl/templates/base/RelatorioAtas_filter.html | 2 +- sapl/templates/base/RelatorioAudiencia_filter.html | 2 +- .../RelatorioDataFimPrazoTramitacao_filter.html | 2 +- .../base/RelatorioHistoricoTramitacao_filter.html | 2 +- .../RelatorioMateriasPorAnoAutorTipo_filter.html | 2 +- .../base/RelatorioMateriasPorAutor_filter.html | 2 +- .../RelatorioMateriasPorTramitacao_filter.html | 2 +- sapl/templates/base/RelatorioNormaMes_filter.html | 2 +- .../base/RelatorioNormasVigencia_filter.html | 2 +- .../base/RelatorioPresencaSessao_filter.html | 2 +- sapl/templates/base/RelatorioReuniao_filter.html | 2 +- sapl/templates/base/casalegislativa_list.html | 2 +- sapl/templates/comissoes/composicao_list.html | 4 ++-- .../compilacao/ajax_actions_dinamic_edit.html | 12 ++++++------ sapl/templates/compilacao/dispositivo_form.html | 2 +- .../compilacao/dispositivo_form_parents.html | 4 ++-- .../compilacao/dispositivo_form_search.html | 2 +- .../compilacao/layout/bootstrap_btn_checkbox.html | 2 +- sapl/templates/compilacao/publicacao_detail.html | 4 ++-- sapl/templates/compilacao/publicacao_list.html | 2 +- sapl/templates/compilacao/text_edit.html | 6 +++--- sapl/templates/compilacao/text_edit_bloco.html | 2 +- sapl/templates/compilacao/text_list.html | 6 +++--- sapl/templates/compilacao/text_list__embedded.html | 4 ++-- .../compilacao/textoarticulado_detail.html | 6 +++--- .../templates/compilacao/textoarticulado_list.html | 2 +- .../compilacao/tipotextoarticulado_detail.html | 4 ++-- .../compilacao/tipotextoarticulado_list.html | 2 +- sapl/templates/crud/detail.html | 12 ++++++------ sapl/templates/crud/detail_detail.html | 14 +++++++------- sapl/templates/crud/list.html | 4 ++-- sapl/templates/floppyforms/image_thumbnail.html | 2 +- .../materia/adicionar_varias_autorias.html | 2 +- sapl/templates/materia/autoria_list.html | 2 +- sapl/templates/materia/confirmar_proposicao.html | 4 ++-- .../materia/materialegislativa_detail.html | 2 +- .../materia/materialegislativa_filter.html | 6 +++--- .../templates/materia/materialegislativa_list.html | 2 +- .../materia/proposicao_confirm_return.html | 2 +- sapl/templates/materia/proposicao_detail.html | 8 ++++---- sapl/templates/norma/normajuridica_filter.html | 6 +++--- sapl/templates/parlamentares/votante_list.html | 2 +- .../protocoloadm/anular_protocoloadm.html | 2 +- sapl/templates/protocoloadm/detail_doc_detail.html | 6 +++--- .../documentoadministrativo_filter.html | 4 ++-- .../protocoloadm/pesquisa_documento_detail.html | 2 +- .../templates/protocoloadm/proposicoes_detail.html | 8 ++++---- .../protocoloadm/protocolar_documento.html | 2 +- .../templates/protocoloadm/protocolar_materia.html | 2 +- sapl/templates/protocoloadm/protocolo_filter.html | 2 +- sapl/templates/protocoloadm/protocolo_mostrar.html | 2 +- .../protocoloadm/protocoloadm_detail.html | 10 +++++----- .../tramitacaoadministrativo_detail.html | 6 +++--- .../adicionar_varias_materias_expediente.html | 4 ++-- .../sessao/adicionar_varias_materias_ordem.html | 4 ++-- sapl/templates/sessao/expedientemateria_list.html | 4 ++-- sapl/templates/sessao/ordemdia_list.html | 4 ++-- sapl/templates/sessao/sessaoplenaria_filter.html | 2 +- sapl/templates/sessao/sessaoplenaria_list.html | 2 +- 63 files changed, 115 insertions(+), 115 deletions(-) diff --git a/sapl/base/forms.py b/sapl/base/forms.py index 10ddaeafa..e38c4a996 100644 --- a/sapl/base/forms.py +++ b/sapl/base/forms.py @@ -394,7 +394,7 @@ class AutorForm(ModelForm): placeholder=_('Pesquisar por possíveis autores para ' 'o Tipo de Autor selecionado.')), StrictButton( - _('Filtrar'), css_class='btn-outline-dark btn-filtrar-autor', + _('Filtrar'), css_class='btn-outline-primary btn-filtrar-autor', type='button')), css_class='hidden', data_action='create', diff --git a/sapl/crud/base.py b/sapl/crud/base.py index a2485c2ad..ca5469bf0 100644 --- a/sapl/crud/base.py +++ b/sapl/crud/base.py @@ -160,7 +160,7 @@ class ListWithSearchForm(forms.Form): placeholder=_('Filtrar Lista'), css_class='input-lg'), StrictButton( - _('Filtrar'), css_class='btn-outline-dark btn-lg', + _('Filtrar'), css_class='btn-outline-primary btn-lg', type='submit')) ) diff --git a/sapl/templates/auth/user_list.html b/sapl/templates/auth/user_list.html index 60c694063..73ac1b262 100644 --- a/sapl/templates/auth/user_list.html +++ b/sapl/templates/auth/user_list.html @@ -29,7 +29,7 @@ {% endif %} - Criar Usuário + Criar Usuário {% include 'paginacao.html'%} {% endblock base_content %} diff --git a/sapl/templates/base/EstatisticasAcessoNormas_filter.html b/sapl/templates/base/EstatisticasAcessoNormas_filter.html index e23722fc2..e1b3451b1 100644 --- a/sapl/templates/base/EstatisticasAcessoNormas_filter.html +++ b/sapl/templates/base/EstatisticasAcessoNormas_filter.html @@ -7,7 +7,7 @@ {% crispy form %} {% else %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioAtas_filter.html b/sapl/templates/base/RelatorioAtas_filter.html index 98cd979b4..566634336 100644 --- a/sapl/templates/base/RelatorioAtas_filter.html +++ b/sapl/templates/base/RelatorioAtas_filter.html @@ -9,7 +9,7 @@ {% if filter_url %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}



PERÍODO: {{ periodo }}


diff --git a/sapl/templates/base/RelatorioAudiencia_filter.html b/sapl/templates/base/RelatorioAudiencia_filter.html index 983b94abe..70e98b171 100644 --- a/sapl/templates/base/RelatorioAudiencia_filter.html +++ b/sapl/templates/base/RelatorioAudiencia_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




{% if object_list|length > 0 %} diff --git a/sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html b/sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html index eab8f6acc..e91f92af2 100644 --- a/sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html +++ b/sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioHistoricoTramitacao_filter.html b/sapl/templates/base/RelatorioHistoricoTramitacao_filter.html index 0d0dae1df..63dd1d868 100644 --- a/sapl/templates/base/RelatorioHistoricoTramitacao_filter.html +++ b/sapl/templates/base/RelatorioHistoricoTramitacao_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html b/sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html index 90c5d35e1..6c21297d3 100644 --- a/sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html +++ b/sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioMateriasPorAutor_filter.html b/sapl/templates/base/RelatorioMateriasPorAutor_filter.html index 3cff14d7d..35c3ab469 100644 --- a/sapl/templates/base/RelatorioMateriasPorAutor_filter.html +++ b/sapl/templates/base/RelatorioMateriasPorAutor_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html b/sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html index d822d9d9e..af85083e8 100644 --- a/sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html +++ b/sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html @@ -9,7 +9,7 @@ {% if filter_url %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioNormaMes_filter.html b/sapl/templates/base/RelatorioNormaMes_filter.html index 85945b308..14d3273d2 100644 --- a/sapl/templates/base/RelatorioNormaMes_filter.html +++ b/sapl/templates/base/RelatorioNormaMes_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioNormasVigencia_filter.html b/sapl/templates/base/RelatorioNormasVigencia_filter.html index 5e5deac62..e2d8224ba 100644 --- a/sapl/templates/base/RelatorioNormasVigencia_filter.html +++ b/sapl/templates/base/RelatorioNormasVigencia_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PARÂMETROS DE PESQUISA:
diff --git a/sapl/templates/base/RelatorioPresencaSessao_filter.html b/sapl/templates/base/RelatorioPresencaSessao_filter.html index 75df26af3..e192f880c 100644 --- a/sapl/templates/base/RelatorioPresencaSessao_filter.html +++ b/sapl/templates/base/RelatorioPresencaSessao_filter.html @@ -16,7 +16,7 @@
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




PERÍODO: {{periodo}}
diff --git a/sapl/templates/base/RelatorioReuniao_filter.html b/sapl/templates/base/RelatorioReuniao_filter.html index 1f853f960..0c1b726e4 100644 --- a/sapl/templates/base/RelatorioReuniao_filter.html +++ b/sapl/templates/base/RelatorioReuniao_filter.html @@ -9,7 +9,7 @@ {% if show_results %}
- {% trans 'Fazer nova pesquisa' %} + {% trans 'Fazer nova pesquisa' %}




{% if object_list|length > 0 %} diff --git a/sapl/templates/base/casalegislativa_list.html b/sapl/templates/base/casalegislativa_list.html index 8b872a0c8..b9d2ee7f7 100644 --- a/sapl/templates/base/casalegislativa_list.html +++ b/sapl/templates/base/casalegislativa_list.html @@ -5,7 +5,7 @@ {% if not rows %}

{{ NO_ENTRIES_MSG }}

- + {% blocktrans with verbose_name=view.verbose_name %} Adicionar {{ verbose_name }} {% endblocktrans %}
diff --git a/sapl/templates/comissoes/composicao_list.html b/sapl/templates/comissoes/composicao_list.html index c2cfc663a..afbdb6afc 100644 --- a/sapl/templates/comissoes/composicao_list.html +++ b/sapl/templates/comissoes/composicao_list.html @@ -7,7 +7,7 @@ {% block actions %}
{% if view.create_url %} - + {% blocktrans with verbose_name=view.verbose_name %} Adicionar {{ verbose_name }} {% endblocktrans %} {% endif %} @@ -32,7 +32,7 @@
{% if user.is_authenticated and perms.comissoes.add_participacao %} diff --git a/sapl/templates/compilacao/ajax_actions_dinamic_edit.html b/sapl/templates/compilacao/ajax_actions_dinamic_edit.html index d0f3bcfad..c63252235 100644 --- a/sapl/templates/compilacao/ajax_actions_dinamic_edit.html +++ b/sapl/templates/compilacao/ajax_actions_dinamic_edit.html @@ -4,14 +4,14 @@ {% if perms.compilacao.change_dispositivo_registros_compilacao %} {% if object.tipo_dispositivo.dispositivo_de_articulacao and object.tipo_dispositivo.dispositivo_de_alteracao %}
- - - @@ -19,7 +19,7 @@ {%endif%} {% endif %}
-