##// END OF EJS Templates
Warn me when leaving a page with unsaved text doesn't work when editing an update note (#14615)....
Warn me when leaving a page with unsaved text doesn't work when editing an update note (#14615). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12084 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11820:f3241385cd7b
r11854:cb90cdcc150c
Show More
plugin.html.erb
10 lines | 323 B | text/plain | TextLexer
Jean-Philippe Lang
Adds missing html titles (#14517)....
r11820 <%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %>
Jean-Philippe Lang
Basic plugin support....
r741
Jean-Philippe Lang
Slight style change on plugin configuration view....
r825 <div id="settings">
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= form_tag({:action => 'plugin'}) do %>
Jean-Philippe Lang
Plugin settings div should perhaps have 'settings' CSS class (#12910)....
r10987 <div class="box tabular settings">
Jean-Philippe Lang
Basic plugin support....
r741 <%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>
<% end %>
Jean-Philippe Lang
Slight style change on plugin configuration view....
r825 </div>