Last change
on this file since 72 was
71,
checked in by gav, 16 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
|
Rev | Line | |
---|
[59] | 1 | <g:isLoggedIn> |
---|
[71] | 2 | <g:ifAnyGranted role="ROLE_AppAdmin"> |
---|
[59] | 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"> |
---|
[71] | 10 | <g:link controller="appCore" action="options"> |
---|
| 11 | Options |
---|
| 12 | </g:link> |
---|
| 13 | </span> |
---|
| 14 | <span class="appControlButton"> |
---|
[59] | 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.