This commit is contained in:
Andreas Österreicher
2012-01-19 10:30:27 +00:00
parent 26bb03a90d
commit 633d84af53
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -554,7 +554,7 @@ function drawKategorieMenue($rows)
$locked='';
if(count($groups)>0)
{
$locked = '<img src="../skin/images/login.gif" height="12px" title="Zugriff nur für Mitglieder folgender Verteiler:';
$locked = '<img src="../skin/images/login.gif" height="12px" title="Zugriff nur für Mitglieder folgender Gruppen:';
foreach($groups as $group)
$locked.=" $group ";
$locked.='"/>';