add_css.rhtml 256 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <h2><%= _('Add a CSS file') %></h2> <% form_tag do %> <%= labelled_form_field(_('File name'), text_field_tag('css')) %> <% button_bar do %> <%= submit_button(:add, _('Add')) %> <%= lightbox_close_button(_('Cancel')) %> <% end %> <% end %>