From 8feb11ad2ae67bb1fb3d802b5cd771bc28b89978 Mon Sep 17 00:00:00 2001 From: ulyssesBML Date: Thu, 1 Oct 2020 11:32:31 -0300 Subject: [PATCH] =?UTF-8?q?Iniciando=20op=C3=A7=C3=A3o=20de=20leitura=20em?= =?UTF-8?q?=20bloco?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/sessao/votacao/votacao_bloco.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sapl/templates/sessao/votacao/votacao_bloco.html b/sapl/templates/sessao/votacao/votacao_bloco.html index e58d2bf10..bb2da1c41 100644 --- a/sapl/templates/sessao/votacao/votacao_bloco.html +++ b/sapl/templates/sessao/votacao/votacao_bloco.html @@ -20,6 +20,7 @@

+ @@ -43,8 +44,8 @@ {% for o in object_list %} - {% if o.tipo_votacao == 1 or o.tipo_votacao == 2 %} - + {% if o.tipo_votacao == 1 or o.tipo_votacao == 2 or o.tipo_votacao == 4 %} + 1 %} style="display:none;" {% endif %}> {{o.materia.tipo.sigla}} {{o.materia.numero}}/{{o.materia.ano}} - {{o.materia.tipo}}
@@ -134,6 +135,7 @@ function alteraTipoVotacao() { $(".Simbolica").toggle(); $(".Nominal").toggle(); + $(".Leitura").toggle(); checa_tipo_votacao(); }