<%# FIXME %>

<%= _('Editing theme "%s"') % @theme.name %> <%= button(:eyes, _('Preview this theme'), :action => 'start_test', :id => @theme.id) %> <%= button(:back, _('Back'), :action => 'index') %>

<%= _('CSS files') %>

<% button_bar do %> <%= lightbox_button(:add, _('New CSS'), :action => 'add_css', :id => @theme.id) %> <% end %>

<%= _('Images') %>

<% button_bar do %> <%= lightbox_button(:add, _('Add image'), :action => 'add_image', :id => @theme.id) %> <% end %>
<%= _('Select a CSS file to edit') %>
<%# javascript_include_tag 'codepress/codepress' %>