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