<%= _('Testing theme "%s"') % current_theme %>

<%= _('You can move this window away to have a better visualization of specific parts of screen.') %>

<% button_bar do %> <%= button(:ok, _('Finished testing'), :controller => 'themes', :profile => theme_owner, :action => 'stop_test', :id => current_theme) %> <%= button(:edit, _('Edit theme'), :controller => 'themes', :profile => theme_owner, :action => 'edit', :id => current_theme) %> <% end %>
<%= draggable_element('theme-test-panel') %>