|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -3,7 +3,7 | |||
|
3 | 3 | <li><%= link_to l(:label_project_plural), {:controller => 'admin', :action => 'projects'}, :class => 'projects' %></li> |
|
4 | 4 | <li><%= link_to l(:label_user_plural), {:controller => 'users'}, :class => 'users' %></li> |
|
5 | 5 | <li><%= link_to l(:label_group_plural), {:controller => 'groups'}, :class => 'groups' %></li> |
|
6 | <li><%= link_to l(:label_ldap_authentication), :controller => 'ldap_auth_sources', :action => 'index' %></li> | |
|
6 | <li><%= link_to l(:label_ldap_authentication), {:controller => 'ldap_auth_sources', :action => 'index'}, :class => 'server_authentication' %></li> | |
|
7 | 7 | <li><%= link_to l(:label_role_and_permissions), {:controller => 'roles'}, :class => 'roles' %></li> |
|
8 | 8 | <li><%= link_to l(:label_tracker_plural), {:controller => 'trackers'}, :class => 'trackers' %></li> |
|
9 | 9 | <li><%= link_to l(:label_issue_status_plural), {:controller => 'issue_statuses'}, :class => 'issue_statuses' %></li> |
@@ -20,7 +20,7 | |||
|
20 | 20 | </div> |
|
21 | 21 | |
|
22 | 22 | <div style="float:right;"> |
|
23 | <%= link_to l(:label_ldap_authentication), :controller => 'ldap_auth_sources', :action => 'index' %> | |
|
23 | <%= link_to l(:label_ldap_authentication), {:controller => 'ldap_auth_sources', :action => 'index'}, :class => 'icon icon-server-authentication' %> | |
|
24 | 24 | </div> |
|
25 | 25 | |
|
26 | 26 | <%= submit_tag l(:button_save) %> |
@@ -64,6 +64,7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord | |||
|
64 | 64 | #admin-menu a.settings { background-image: url(../images/changeset.png); } |
|
65 | 65 | #admin-menu a.plugins { background-image: url(../images/plugin.png); } |
|
66 | 66 | #admin-menu a.info { background-image: url(../images/help.png); } |
|
67 | #admin-menu a.server_authentication { background-image: url(../images/server_key.png); } | |
|
67 | 68 | |
|
68 | 69 | #main {background-color:#EEEEEE;} |
|
69 | 70 | |
@@ -837,6 +838,7 padding-bottom: 3px; | |||
|
837 | 838 | .icon-report { background-image: url(../images/report.png); } |
|
838 | 839 | .icon-comment { background-image: url(../images/comment.png); } |
|
839 | 840 | .icon-summary { background-image: url(../images/lightning.png); } |
|
841 | .icon-server-authentication { background-image: url(../images/server_key.png); } | |
|
840 | 842 | |
|
841 | 843 | .icon-file { background-image: url(../images/files/default.png); } |
|
842 | 844 | .icon-file.text-plain { background-image: url(../images/files/text.png); } |
General Comments 0
You need to be logged in to leave comments.
Login now