summaryrefslogtreecommitdiffstats
path: root/app/views/admin/index.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-06 20:24:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-06 20:24:26 +0000
commita80dbc49b1670877aca09b11101d4a5b40ea58c2 (patch)
treead81a0601a377471558b561c08be9956cd1b008a /app/views/admin/index.rhtml
parent78d9ae9754578cda4b72d7b28a4f707534c15c49 (diff)
downloadredmine-a80dbc49b1670877aca09b11101d4a5b40ea58c2.tar.gz
redmine-a80dbc49b1670877aca09b11101d4a5b40ea58c2.zip
Admin settings screen split to tabs.
Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1046 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin/index.rhtml')
-rw-r--r--app/views/admin/index.rhtml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml
index 2291c5415..18bee34cb 100644
--- a/app/views/admin/index.rhtml
+++ b/app/views/admin/index.rhtml
@@ -30,14 +30,6 @@
<%= link_to l(:label_enumerations), :controller => 'enumerations' %>
</p>
-<p class="icon22 icon22-notifications">
-<%= link_to l(:field_mail_notification), :controller => 'admin', :action => 'mail_options' %>
-</p>
-
-<p class="icon22 icon22-authent">
-<%= link_to l(:label_authentication), :controller => 'auth_sources' %>
-</p>
-
<p class="icon22 icon22-settings">
<%= link_to l(:label_settings), :controller => 'settings' %>
</p>