From cb23daf808a53ff3c3ec9874a7ebc848b4c04fa1 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Thu, 20 Oct 2016 18:01:24 -0200 Subject: [PATCH] =?UTF-8?q?Esconde=20formul=C3=A1rio=20caso=20n=C3=A3o=20e?= =?UTF-8?q?ncontre=20mat=C3=A9rias=20em=20tramita=C3=A7=C3=A3o=20e=20acess?= =?UTF-8?q?=C3=B3rio=20em=20lote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/materia/em_lote/acessorio.html | 138 +++++++------- .../templates/materia/em_lote/tramitacao.html | 168 +++++++++--------- 2 files changed, 153 insertions(+), 153 deletions(-) diff --git a/sapl/templates/materia/em_lote/acessorio.html b/sapl/templates/materia/em_lote/acessorio.html index 6fae58731..5035d8956 100644 --- a/sapl/templates/materia/em_lote/acessorio.html +++ b/sapl/templates/materia/em_lote/acessorio.html @@ -14,87 +14,87 @@ {% else %}

{% blocktrans with object_list.count as total_materias %}Foram encontradas {{total_materias}} matérias.{% endblocktrans %}

{% endif %} - {% else %} -

Nenhuma matéria encontrada.

- {% endif %} -
- {% csrf_token %} -
- Documento Acessório -
-
- - -
+ + {% csrf_token %} +
+ Documento Acessório +
+
+ + +
-
- - -
+
+ + +
-
- - +
+ + +
-
-
-
- - -
+
+
+ + +
- + -
-
-
-
+
+
+
+
+
-
-
-
- - +
+
+ + +
-
-
-
- - +
+
+ + +
-
-
+
-


+


-
- Matérias para inclusão do Documento Acessório - - - - - - {% for materia in object_list %} - - - - {% endfor %} - -
Matéria
- - {{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.tipo.descricao}} -
-
- -
+
+ Matérias para inclusão do Documento Acessório + + + + + + {% for materia in object_list %} + + + + {% endfor %} + +
Matéria
+ + {{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.tipo.descricao}} +
+
+ + + {% else %} +

Nenhuma matéria encontrada.

+ {% endif %} {% endif %} {% endblock detail_content %} diff --git a/sapl/templates/materia/em_lote/tramitacao.html b/sapl/templates/materia/em_lote/tramitacao.html index b9845f55b..687dcddd2 100644 --- a/sapl/templates/materia/em_lote/tramitacao.html +++ b/sapl/templates/materia/em_lote/tramitacao.html @@ -14,104 +14,104 @@ {% else %}

Foram encontradas {{object_list|length}} matérias.

{% endif %} - {% else %} -

Nenhuma matéria encontrada.

- {% endif %} -
- {% csrf_token %} -
- 1. Detalhes da tramitação: + + {% csrf_token %} +
+ 1. Detalhes da tramitação: -
-
- - -
+
+
+ + +
-
- - -
+
+ + +
-
- - +
+ + +
-
-
-
- - {% if unidade_local|length > 1 %}{% endif %} - -
+
+
+ + {% if unidade_local|length > 1 %}{% endif %} + +
-
- - +
+ + +
-
-
-
- - -
+
+
+ + +
-
- - -
+
+ + +
-
- - +
+ + +
-
-
-
- - +
+
+ + +
-
-
+
-


+


-
- 2. Selecione as matérias para primeira tramitação: - - - - - - {% for materia in object_list %} - - - - {% endfor %} - -
Matéria
- - {{materia.tipo.sigla}} {{materia.tipo.descricao}} {{materia.numero}}/{{materia.ano}} -
-
- -
+
+ 2. Selecione as matérias para primeira tramitação: + + + + + + {% for materia in object_list %} + + + + {% endfor %} + +
Matéria
+ + {{materia.tipo.sigla}} {{materia.tipo.descricao}} {{materia.numero}}/{{materia.ano}} +
+
+ + + {% else %} +

Nenhuma matéria encontrada.

+ {% endif %} {% endif %} {% endblock detail_content %}