diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-13 14:11:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-13 14:11:06 +0000 |
commit | f55a5e45723ed387747594e600444ab0da16c699 (patch) | |
tree | 0813d5540e36ebd0bd61128d527b2230bb058653 | |
parent | a53c86f063ad39c2d345ca9a582601befa0d9c82 (diff) | |
download | redmine-f55a5e45723ed387747594e600444ab0da16c699.tar.gz redmine-f55a5e45723ed387747594e600444ab0da16c699.zip |
Slight style change on plugin configuration view.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@837 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/settings/plugin.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/plugin.rhtml b/app/views/settings/plugin.rhtml index 6f4eb2b70..61913484d 100644 --- a/app/views/settings/plugin.rhtml +++ b/app/views/settings/plugin.rhtml @@ -1,8 +1,10 @@ <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2> +<div id="settings"> <% form_tag({:action => 'plugin'}) do %> <div class="box tabular"> <%= render :partial => @partial, :locals => {:settings => @settings}%> </div> <%= submit_tag l(:button_apply) %> <% end %> +</div> |