From f0e78b4e9006bb1b66e3be446537531b0c15cdbc Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Thu, 5 Sep 2019 14:11:57 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20Melhora=20HTML=20de=20Vota=C3=A7?= =?UTF-8?q?=C3=B5es=20Nominal=20e=20Simb=C3=B3lica?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/sessao/votacao/nominal.html | 80 ++++++++++++---------- sapl/templates/sessao/votacao/votacao.html | 66 ++++++++++-------- 2 files changed, 78 insertions(+), 68 deletions(-) diff --git a/sapl/templates/sessao/votacao/nominal.html b/sapl/templates/sessao/votacao/nominal.html index 470b02228..540e0f3da 100644 --- a/sapl/templates/sessao/votacao/nominal.html +++ b/sapl/templates/sessao/votacao/nominal.html @@ -21,49 +21,53 @@ {% else %}
- Votos -
- {% for parlamentar in parlamentares %} -
{{parlamentar.0.nome_parlamentar}}
-
- {% if parlamentar.1 %} {% endif %} - -
- {% endfor %} -
- - Situação da Votação: - -
- -
- -
-
- {{ form.resultado_votacao|as_crispy_field }} -
-
+
+ {% for parlamentar in parlamentares %} +
{{parlamentar.0.nome_parlamentar}}
+
+ {% if parlamentar.1 %} {% endif %} + +
+ {% endfor %} +
+ + Situação da Votação: +
+ + + +
+
+ {{ form.resultado_votacao|as_crispy_field }} +
+

-
-
- Observações
- -
-
+
+
+ Observações
+ +
+


- - - - - {% endif %} +
+
+
+ + +
+
+
+ {% endif %} + + {% endblock detail_content %} {% block extra_js %} diff --git a/sapl/templates/sessao/votacao/votacao.html b/sapl/templates/sessao/votacao/votacao.html index d7320c5b1..3a74413cc 100644 --- a/sapl/templates/sessao/votacao/votacao.html +++ b/sapl/templates/sessao/votacao/votacao.html @@ -38,41 +38,47 @@
-
-
Sim*:
-
Não*:
-
Abstenções*:
-
+
+
Sim*:
+
Não*:
+
Abstenções*:
+
-
-
- A totalização inclui o voto do Presidente?* - -
+
+
+ A totalização inclui o voto do Presidente?* + +
-
- Resultado da Votação* - -
-
+
+ Resultado da Votação* + +
+
-
-
- Observações - -
-
+
+
+ Observações + +
+


- - +
+
+
+ + +
+
+
{% endblock detail_content %}