OSDN Git Service

Adds an admin layout that displays the admin menu in the sidebar.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 17 Dec 2009 18:21:02 +0000 (18:21 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 17 Dec 2009 18:21:02 +0000 (18:21 +0000)
commitdfabadf4f7e00d5769f96eb2d6944c7ed7c6e410
tree49d01d51e6501b8c1803f23dc0ae8e948e47c8bf
parent39b44b1cb94f68514bf9ce7ae76ee7228bf6ce07
Adds an admin layout that displays the admin menu in the sidebar.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3176 e93f8b46-1217-0410-a6f0-8f06a7374b81
24 files changed:
app/controllers/admin_controller.rb
app/controllers/application_controller.rb
app/controllers/auth_sources_controller.rb
app/controllers/custom_fields_controller.rb
app/controllers/enumerations_controller.rb
app/controllers/groups_controller.rb
app/controllers/issue_statuses_controller.rb
app/controllers/roles_controller.rb
app/controllers/settings_controller.rb
app/controllers/trackers_controller.rb
app/controllers/users_controller.rb
app/controllers/workflows_controller.rb
app/views/admin/_menu.rhtml
app/views/admin/index.rhtml
app/views/layouts/admin.rhtml [new file with mode: 0644]
public/images/database_key.png [new file with mode: 0644]
public/images/group.png [new file with mode: 0644]
public/images/help.png
public/images/plugin.png [new file with mode: 0644]
public/images/text_list_bullets.png [new file with mode: 0644]
public/images/textfield.png [new file with mode: 0644]
public/images/ticket_go.png [new file with mode: 0644]
public/images/user.png
public/stylesheets/application.css