section.widget.widget-search header h5 Filtros .widget-controls a data-widgster="expand" href="#" style="display: none;" title="Expand" i.icone-cadastrar a data-widgster="collapse" href="#" title="Collapse" i.glyphicon.glyphicon-minus .widget-body = search_form_for @q, :html => {class: "form-vertical"} do |f| fieldset .form-group .col-sm-3.filter_column label.control-label for="normal-field" Layout para lote .input-group = f.select :layout_para_lote_eq, options_for_select( \ @layouts_para_lotes.collect { \ |t| [ Contabilidade::ConvenioBancario.localizar("layout_para_lote", t[0]), t[1] ] \ }, selected: @q.layout_para_lote_eq \ ), { include_blank: "Selecione" }, class: "form-control s2" .col-sm-3.filter_column label.control-label for="normal-field" Banco = f.select :banco_id_eq, options_from_collection_for_select( \ @bancos, :id, :numero_do_banco_e_nome, @q.banco_id_eq \ ), { include_blank: 'Selecione' }, class: 'form-control s2' .col-sm-3.filter_column label.control-label Codigo do ConvĂȘnio = f.number_field :codigo_eq, class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"