From: hickert Date: Thu, 14 Jun 2007 08:14:31 +0000 (+0000) Subject: Updated template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b96e3c9b511f759ce192b395dc8ded30e65406e3;p=gosa.git Updated template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6584 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/acl/class_divListACL.inc b/plugins/admin/acl/class_divListACL.inc index a09716fcc..8fb3fb810 100644 --- a/plugins/admin/acl/class_divListACL.inc +++ b/plugins/admin/acl/class_divListACL.inc @@ -153,8 +153,7 @@ class divListACL extends MultiSelectWindow $listhead .= $Copy_Paste. _("Base")." ". "  ". - ""; + title='"._("Submit department")."' name='submit_department' alt='". _("Submit")."'> "; /* Add multiple copy & cut icons */ if(is_object($this->parent->CopyPasteHandler)){ @@ -165,6 +164,7 @@ class divListACL extends MultiSelectWindow $listhead .= ""; } + $listhead .= ""; $this->SetListHeader($listhead); }