Code

W3c fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Aug 2006 10:00:35 +0000 (10:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Aug 2006 10:00:35 +0000 (10:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4542 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupMail.inc

index 302f582fbbbdc42dc2575d860aaf145f14d32a69..ca86a68bacff4c256326e3ef8f25fb2d21e7848f 100644 (file)
@@ -571,13 +571,13 @@ class mailgroup extends plugin
         if ($nr == $count - 1){
           if($this->acl_is_writeable("acl")){
             $tmp.= "<input type=submit value=\""._("Add")."\" ".
-              "name=\"add_$nr\" $perm>";
+              "name=\"add_$nr\" >";
           }
         }
         if ($count > 3){
           if($this->acl_is_writeable("acl")){
             $tmp.= "<input type=submit value=\""._("Remove")."\" ".
-              "name=\"del_$nr\" $perm></td></tr>";        
+              "name=\"del_$nr\" ></td></tr>";        
           }
         }
       }