ref: master
app/views/shared/theme_test_panel.html.erb
<%= draggable_element('theme-test-panel') %><%= _('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 => 'profile_themes', :profile => theme_owner, :action => 'stop_test', :id => current_theme) %> <%= button(:edit, _('Edit theme'), :controller => 'profile_themes', :profile => theme_owner, :action => 'edit', :id => current_theme) %> <% end %>