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
-
... ... @@ -8,15 +8,11 @@ 8 8 #if($curUser=="XWiki.XWikiGuest") 9 9 (% class="xform half" %)((( 10 10 {{error}}You are not logged in!{{/error}} 11 - 12 - {{box}} 13 - If your interesting **AGA - Application of Gender Audit** please write email to genaudit@math.md 14 - {{/box}} 15 15 ))) 16 - 17 - 18 - #elseif(!$xwiki.hasAdminRights()&&!$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup")&&!$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAUserGroup"))19 - $response.sendRedirect($xwiki.getURL("Public.StopAGA.WebHome","view"))12 + #elseif(!$xwiki.hasAdminRights() && !$xwiki.getUser($curUser).isUserInGroup("XWiki.AGAAdminGroup")) 13 + (% class="xform half" %)((( 14 + {{error}}You don't have rights to see all Companies list!{{/error}} 15 + ))) 20 20 #else 21 21 $response.sendRedirect($xwiki.getURL("AGA.WebHome", "view")) 22 22 #end