Code

Updated template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Jun 2007 08:14:31 +0000 (08:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Jun 2007 08:14:31 +0000 (08:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6584 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/acl/class_divListACL.inc

index a09716fcc93015db38b88b0855d00125d701ed5e..8fb3fb81019ead88950733ed988dcfba0f776084 100644 (file)
@@ -153,8 +153,7 @@ class divListACL extends MultiSelectWindow
     $listhead .= $Copy_Paste. 
       _("Base")."&nbsp;<select name='CurrentMainBase' onChange='mainform.submit()' class='center'>$options</select>".
       " <input class='center' type='image' src='images/list_submit.png' align='middle' 
-      title='"._("Submit department")."' name='submit_department' alt='".  _("Submit")."'>&nbsp;".
-      "</div>";
+      title='"._("Submit department")."' name='submit_department' alt='".  _("Submit")."'>&nbsp;";
 
         /* Add multiple copy & cut icons */
     if(is_object($this->parent->CopyPasteHandler)){
@@ -165,6 +164,7 @@ class divListACL extends MultiSelectWindow
       $listhead .= "</div>";
     }
 
+    $listhead .= "</div>";
 
     $this->SetListHeader($listhead);
   }