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