##// END OF EJS Templates
replace tabs to spaces at app/views/timelog/_date_range.html.erb...
Toshi MARUYAMA -
r7196:dcedf57db8cc
parent child
Show More
@@ -12,13 +12,13
12 12 <%= radio_button_tag 'period_type', '2', @free_period, :onclick => 'Form.Element.enable("from");Form.Element.enable("to");Form.Element.disable("period");' %>
13 13 <span onclick="$('period_type_2').checked = true;">
14 14 <%= l(:label_date_from_to, :start => (text_field_tag('from', @from, :size => 10, :disabled => !@free_period) + calendar_for('from')),
15 :end => (text_field_tag('to', @to, :size => 10, :disabled => !@free_period) + calendar_for('to'))) %>
15 :end => (text_field_tag('to', @to, :size => 10, :disabled => !@free_period) + calendar_for('to'))) %>
16 16 </span>
17 17 </p>
18 18 </div>
19 19 </fieldset>
20 20 <p class="buttons">
21 <%= link_to_function l(:button_apply), '$("query_form").submit()', :class => 'icon icon-checked' %>
21 <%= link_to_function l(:button_apply), '$("query_form").submit()', :class => 'icon icon-checked' %>
22 22 <%= link_to l(:button_clear), {:controller => controller_name, :action => action_name, :project_id => @project, :issue_id => @issue}, :class => 'icon icon-reload' %>
23 23 </p>
24 24
General Comments 0
You need to be logged in to leave comments. Login now