From d029064176c2fcf747c14036b88d0d6f3347e518 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 31 May 2005 14:21:09 +0000 Subject: [PATCH] W3C checks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@555 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/class_groupMail.inc | 8 ++++---- plugins/admin/groups/group_objects.tpl | 14 ++++---------- plugins/admin/groups/mail.tpl | 6 +++++- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/plugins/admin/groups/class_groupMail.inc b/plugins/admin/groups/class_groupMail.inc index e740fd36d..97bd4a53c 100644 --- a/plugins/admin/groups/class_groupMail.inc +++ b/plugins/admin/groups/class_groupMail.inc @@ -382,7 +382,7 @@ class mailgroup extends plugin } /* Assemble extra attributes */ - $acl= chkacl($this->acl, "permissions"); + $perm= chkacl($this->acl, "permissions"); $tmp= ""; $nr= 0; $count= count($this->imapacl); @@ -391,7 +391,7 @@ class mailgroup extends plugin foreach($this->imapacl as $user => $acl){ if ($user != "anyone" && $user != "%members%"){ $tmp.= ""; foreach ($this->perms as $key => $value){ if ($acl == $key){ $tmp.= ""; @@ -402,11 +402,11 @@ class mailgroup extends plugin $tmp.= " "; if ($nr == $count - 1){ $tmp.= ""; + "name=\"add_$nr\" $perm>"; } if ($count > 3){ $tmp.= ""; + "name=\"del_$nr\" $perm>"; } } $this->indexed_user[$nr]= $user; diff --git a/plugins/admin/groups/group_objects.tpl b/plugins/admin/groups/group_objects.tpl index 3a0672d34..fdeadbf9d 100644 --- a/plugins/admin/groups/group_objects.tpl +++ b/plugins/admin/groups/group_objects.tpl @@ -8,7 +8,7 @@

- {html_options options=$users} @@ -20,21 +20,15 @@

[F]{t}Filters{/t}

-

- +
{$alphabet}
-

-

- +
 {t}Display users of department{/t}
 {t}Display users of department{/t}
-

-

- +
 {t}Display users matching{/t}
 {t}Display users matching{/t}
-

{$apply}
diff --git a/plugins/admin/groups/mail.tpl b/plugins/admin/groups/mail.tpl index 112696033..fd6ac7602 100644 --- a/plugins/admin/groups/mail.tpl +++ b/plugins/admin/groups/mail.tpl @@ -15,6 +15,7 @@ @@ -34,7 +35,7 @@ {t}Quota size{/t} - KB + KB @@ -46,6 +47,7 @@

{t}Alternative addresses{/t}


@@ -69,6 +71,7 @@ @@ -91,6 +94,7 @@

{t}Forward messages to non group members{/t}


-- 2.30.2