Ignore:
Timestamp:
Mar 10, 2009, 3:00:59 AM (15 years ago)
Author:
gav
Message:

Start changing roles to AppAdmin? and AppUser?.
Add Options view, start code for user changeable passwords.
Repair home and admin bean error variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/views/_adminmenubar.gsp

    r59 r71  
    11<g:isLoggedIn>
    2     <g:ifAnyGranted role="ROLE_ADMIN">
     2    <g:ifAnyGranted role="ROLE_AppAdmin">
    33        <span class="appControlButton">
    44            <g:link controller="appCore" action="admin">
     
    88    </g:ifAnyGranted>
    99    <span class="appControlButton">
     10        <g:link controller="appCore" action="options">
     11                Options
     12        </g:link>
     13    </span>
     14    <span class="appControlButton">
    1015        <g:link controller="logout">
    1116                Log out
Note: See TracChangeset for help on using the changeset viewer.