Changes for page PublicStoppingAGA
Last modified by etvc developer on 2019/09/20 00:17
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,13 +9,13 @@ 9 9 (% class="xform half" %)((( 10 10 {{error}}You are not logged in!{{/error}} 11 11 ))) 12 - #elseif(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup")) 12 + #else 13 + #if(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup")) 13 13 (% class="xform half" %)((( 14 - {{error}}You d on't have rights to see all Companies list!{{/error}}15 + {{error}}You didn't have rights to see all Companies list!{{/error}} 15 15 ))) 16 - #else 17 - go to AGA 18 -## $response.sendRedirect($xwiki.getURL("AGA.WebHome", "view")) 17 + #end 18 + $response.sendRedirect($xwiki.getURL("AGA.WebHome", "view")) 19 19 #end 20 20 #end 21 21 {{/velocity}}