summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-01 18:44:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-01 18:44:35 +0000
commit74bb6212c82523b098b4be0d930e324fe056ae21 (patch)
tree97037d65a5c87278bae7d071020da5c2d427d032 /app/views/settings
parent16cc9ec06a5760ab8143ba27bd7324ebf55507a1 (diff)
downloadredmine-74bb6212c82523b098b4be0d930e324fe056ae21.tar.gz
redmine-74bb6212c82523b098b4be0d930e324fe056ae21.zip
Moved API settings to their own tab.
git-svn-id: http://svn.redmine.org/redmine/trunk@14636 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_api.html.erb10
-rw-r--r--app/views/settings/_authentication.html.erb4
2 files changed, 10 insertions, 4 deletions
diff --git a/app/views/settings/_api.html.erb b/app/views/settings/_api.html.erb
new file mode 100644
index 000000000..6ee401037
--- /dev/null
+++ b/app/views/settings/_api.html.erb
@@ -0,0 +1,10 @@
+<%= form_tag({:action => 'edit', :tab => 'api'}) do %>
+
+<div class="box tabular settings">
+<p><%= setting_check_box :rest_api_enabled %></p>
+
+<p><%= setting_check_box :jsonp_enabled %></p>
+</div>
+
+<%= submit_tag l(:button_save) %>
+<% end %>
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb
index 80fb4bd5a..3c5b1c1fe 100644
--- a/app/views/settings/_authentication.html.erb
+++ b/app/views/settings/_authentication.html.erb
@@ -23,10 +23,6 @@
<p><%= setting_text_field :max_additional_emails, :size => 6 %></p>
<p><%= setting_check_box :openid, :disabled => !Object.const_defined?(:OpenID) %></p>
-
-<p><%= setting_check_box :rest_api_enabled %></p>
-
-<p><%= setting_check_box :jsonp_enabled %></p>
</div>
<fieldset class="box">