new.rhtml 247 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <h2><%= _('Create new theme') %></h2> <% form_tag(:action => 'new') do %> <%= labelled_form_field(_('Name of the new theme:'), text_field_tag(:name)) %> <% button_bar do %> <%= submit_button(:save, _('Create')) %> <% end %> <% end %>