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 .row style="margin-left: 0;" .col-sm-4.filter_column label.control-label Tipo de Plano = f.select :tipo_de_plano_eq, options_for_select( \ @tipos_de_plano.collect { \ |t| [ Contabilidade::DemonstrativoDeInformacaoPrevidenciaria.localizar("tipo_de_plano", t[0]), t[1] ] \ }, selected: @q.tipo_de_plano_eq \ ), { include_blank: "Selecione" }, class: "form-control s2" .col-sm-4.filter_column label.control-label Tipo de Folha = f.select :tipo_de_folha_eq, options_for_select( \ @tipos_de_folha.collect { \ |t| [ Contabilidade::DemonstrativoDeInformacaoPrevidenciaria.localizar("tipo_de_folha", t[0]), t[1] ] \ }, selected: @q.tipo_de_folha_eq \ ), { include_blank: "Selecione" }, class: "form-control s2" .col-sm-3.filter_column label.control-label Valor Base de Calculo = f.monetary_field :valor_base_de_calculo_eq, class: "form-control input-sm" .form-group .col-sm-3.filter_column label.control-label Valor das Contribuições = f.monetary_field :valor_das_contribuicoes_eq, class: "form-control input-sm" .col-sm-3.filter_column label.control-label Valor das Deduções Direto = f.monetary_field :valor_das_deducoes_direto_eq, class: "form-control input-sm" .col-sm-3.filter_column label.control-label Valor das Deduções Indereto = f.monetary_field :valor_das_deducoes_indereto_eq, class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"