Browse Source
Update adicionar_varias_materias_expediente.html
pull/3781/head
cristian-longhi
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
17 deletions
sapl/templates/sessao/adicionar_varias_materias_expediente.html
@ -32,23 +32,6 @@
< table class = "table table-striped table-bordered" >
< thead class = "thead-default" >
< tr > < td > < h3 > {% trans "Matérias" %}< / h3 > < / td > < td > < h3 > {% trans "Tipo de Votação" %}< / h3 > < / td > < / tr >
< tr >
< td >
< label for = "id_check_all" >
< input type = "checkbox" id = "id_check_all" onchange = "checkAll(this)" / > Marcar/Desmarcar Todos
< / label >
< / td >
< td >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_simb" value = "1" onchange = "marcaTipoVotacao()" > < label > Simbólica< / label >
< / br >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_nom" value = "2" onchange = "marcaTipoVotacao()" > < label > Nominal< / label >
< / br >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_secr" value = "3" onchange = "marcaTipoVotacao()" > < label > Secreta< / label >
< / br >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_leit" value = "4" onchange = "marcaTipoVotacao()" > < label > Leitura< / label >
< / br >
< / td >
< / tr >
< / thead >
{% if paginator.count > 1 %}
< h3 > {% blocktrans with paginator.count as total_materias %}Pesquisa concluída com sucesso! Foram encontradas {{ total_materias }} matérias.{% endblocktrans %}< / h3 >