Browse Source

HOT-FIX: corrige html em frente_form.html

pull/2457/head
Leandro Roberto 6 years ago
parent
commit
a07e9ca39e
  1. 2
      sapl/static/js/app.js
  2. 3
      sapl/templates/parlamentares/frente_form.html

2
sapl/static/js/app.js

@ -190,7 +190,7 @@ function OptionalCustomFrontEnd() {
if (_label.length === 0) {
_label = $('label[for='+this.id+']');
if (_label.length === 0) {
_label = $('<label[for='+this.id+']/>').insertBefore(this)
_label = $('<label for='+this.id+'/>').insertBefore(this)
}
}

3
sapl/templates/parlamentares/frente_form.html

@ -26,7 +26,8 @@
<div class="row-fluid">
<div class="col-md-12" >
<div class="checkbox">
<input id="id_selecionar_ativos" type="checkbox">
<label for="id_selecionar_ativos">
<input id="id_selecionar_ativos" type="checkbox" name="id_selecionar_ativos"/>
<b><h4>Listar somente os parlamentares ativos</h4></b>
</div>
</div>

Loading…
Cancel
Save