From b96e3c9b511f759ce192b395dc8ded30e65406e3 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 14 Jun 2007 08:14:31 +0000 Subject: [PATCH] Updated template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6584 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/acl/class_divListACL.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.30.2