Last change
on this file since 102 was
91,
checked in by gav, 16 years ago
|
More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController? delete action.
|
-
Property svn:executable set to
*
|
File size:
773 bytes
|
Rev | Line | |
---|
[59] | 1 | <g:isLoggedIn> |
---|
[91] | 2 | <g:ifAnyGranted role="ROLE_Manager"> |
---|
| 3 | <span class="appControlButton"> |
---|
| 4 | <g:link controller="appCore" action="manager"> |
---|
| 5 | Manager |
---|
| 6 | </g:link> |
---|
| 7 | </span> |
---|
| 8 | </g:ifAnyGranted> |
---|
[71] | 9 | <g:ifAnyGranted role="ROLE_AppAdmin"> |
---|
[59] | 10 | <span class="appControlButton"> |
---|
| 11 | <g:link controller="appCore" action="admin"> |
---|
| 12 | Admin |
---|
| 13 | </g:link> |
---|
| 14 | </span> |
---|
| 15 | </g:ifAnyGranted> |
---|
| 16 | <span class="appControlButton"> |
---|
[71] | 17 | <g:link controller="appCore" action="options"> |
---|
| 18 | Options |
---|
| 19 | </g:link> |
---|
| 20 | </span> |
---|
| 21 | <span class="appControlButton"> |
---|
[59] | 22 | <g:link controller="logout"> |
---|
[73] | 23 | Log out (<g:loggedInUsername/>) |
---|
[59] | 24 | </g:link> |
---|
| 25 | </span> |
---|
| 26 | </g:isLoggedIn> |
---|
| 27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.