From 02806f53b40df416ed3dd91f37ca86c347320fe6 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 2 Dec 2010 08:44:10 +0000 Subject: [PATCH] Added "You're not allowed..." git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20504 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/ihtml/themes/default/infoPage.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gosa-core/ihtml/themes/default/infoPage.tpl b/gosa-core/ihtml/themes/default/infoPage.tpl index 6218c9a1a..f489aa7fc 100644 --- a/gosa-core/ihtml/themes/default/infoPage.tpl +++ b/gosa-core/ihtml/themes/default/infoPage.tpl @@ -50,6 +50,12 @@
{/if} +{if !$personalInfoAllowed && $plugins == ""} +
+ {t}You have no permission to edit any properties. Please contact your administrator.{/t} +
+{/if} + {if $managersCnt != 0}

{t}Administrative contact{/t}

-- 2.30.2