source: branches/TaskRewrite/src/grails-app/views/_adminmenubar.gsp @ 71

Last change on this file since 71 was 71, checked in by gav, 15 years ago

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

  • Property svn:executable set to *
File size: 525 bytes
Line 
1<g:isLoggedIn>
2    <g:ifAnyGranted role="ROLE_AppAdmin">
3        <span class="appControlButton">
4            <g:link controller="appCore" action="admin">
5                Admin
6            </g:link>
7        </span>
8    </g:ifAnyGranted>
9    <span class="appControlButton">
10        <g:link controller="appCore" action="options">
11                Options
12        </g:link>
13    </span>
14    <span class="appControlButton">
15        <g:link controller="logout">
16                Log out
17        </g:link>
18    </span>
19</g:isLoggedIn>
20
Note: See TracBrowser for help on using the repository browser.