Skip to content

Commit

Permalink
REMOVE: hidden de la vista _search
Browse files Browse the repository at this point in the history
  • Loading branch information
Olvap committed Feb 27, 2012
1 parent a18ec68 commit db508ec
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 25 deletions.
2 changes: 0 additions & 2 deletions app/views/entidads/_search.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
%h3.ui-widget-header Busqueda
= semantic_form_for @search do |form|
=form.input :name_sw
=form.input :hidden_eq,:as=> :boolean

6 changes: 2 additions & 4 deletions app/views/monedas/_search.haml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.half.left
%h3.ui-widget-header Busqueda
= form_for @search, :html => {:method => :get,:class => 'search'} do |f|

= f.label :name
%br
%br
= f.text_field :name_eq
%br
=f.label 'Baja'
%br
= f.check_box :hidden_eq
%br
= f.submit('Buscar')
4 changes: 0 additions & 4 deletions app/views/pasajeros/_search.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@

%tr
%td=form.input :nacimiento_eq, :as=>:string,:input_html => {:class => 'datepicker',:size=>10}

%tr
%td=form.input :hidden_eq,:as=> :boolean

5 changes: 1 addition & 4 deletions app/views/programas/_search.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
%h3.ui-widget-header Busqueda
= semantic_form_for @search do |form|

=form.input :name_eq

=form.input :hidden_eq,:as=> :boolean

=form.input :name_eq
2 changes: 0 additions & 2 deletions app/views/reservas/_search.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
%tr
%td=form.input :created_at_gt, :as=>:string,:input_html => {:class => 'datepicker',:size=>10},:label=>"Creado desde"
%td=form.input :created_at_lt, :as=>:string,:input_html => {:class => 'datepicker',:size=>10},:label=>"Creado hasta"
%tr
%td=form.input :hidden_eq,:as=> :boolean
%tr
%td
= form.buttons do
Expand Down
6 changes: 2 additions & 4 deletions app/views/tdepositos/_search.haml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.half.left
%h3.ui-widget-header Busqueda
= form_for @search, :html => {:method => :get,:class => 'search'} do |f|

= f.label :name
%br
%br
= f.text_field :name_eq
%br
=f.label 'Baja'
%br
= f.check_box :hidden_eq
%br
= f.submit('Buscar')
6 changes: 1 addition & 5 deletions app/views/thabitacions/_search.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
= semantic_form_for @search do |form|
=form.inputs do
%table

%tr
%td=form.input :name_eq

%tr
%td=form.input :hidden_eq,:as=> :boolean

0 comments on commit db508ec

Please sign in to comment.