@@ -17,7 +17,7 | |||||
17 | :start => ((label_tag "from", l(:description_date_from), :class => "hidden-for-sighted") + |
|
17 | :start => ((label_tag "from", l(:description_date_from), :class => "hidden-for-sighted") + | |
18 | text_field_tag('from', @from, :size => 10, :disabled => !@free_period) + calendar_for('from')), |
|
18 | text_field_tag('from', @from, :size => 10, :disabled => !@free_period) + calendar_for('from')), | |
19 | :end => ((label_tag "to", l(:description_date_to), :class => "hidden-for-sighted") + |
|
19 | :end => ((label_tag "to", l(:description_date_to), :class => "hidden-for-sighted") + | |
20 | text_field_tag('to', @to, :size => 10, :disabled => !@free_period) + calendar_for('to'))) %> |
|
20 | text_field_tag('to', @to, :size => 10, :disabled => !@free_period) + calendar_for('to'))).html_safe %> | |
21 | </span> |
|
21 | </span> | |
22 | </p> |
|
22 | </p> | |
23 | </div> |
|
23 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now