summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc29252)
raw | patch | inline | side by side (parent: fc29252)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Jun 2007 08:14:31 +0000 (08:14 +0000) | ||
committer | hickert <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 | patch | blob | history |
index a09716fcc93015db38b88b0855d00125d701ed5e..8fb3fb81019ead88950733ed988dcfba0f776084 100644 (file)
$listhead .= $Copy_Paste.
_("Base")." <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")."'> ".
- "</div>";
+ title='"._("Submit department")."' name='submit_department' alt='". _("Submit")."'> ";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler)){
$listhead .= "</div>";
}
+ $listhead .= "</div>";
$this->SetListHeader($listhead);
}