summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d2f057)
raw | patch | inline | side by side (parent: 3d2f057)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 12:04:55 +0000 (12:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 12:04:55 +0000 (12:04 +0000) |
Management List -> Fixed action cols size.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6155 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6155 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/acl/class_divListACL.inc | patch | blob | history |
index c40a02e975e262306da9515797c3ac82c6ff7455..0507b7074d215abdef09a812b7ee7836475753b7 100644 (file)
$this->EnableSaveButton (false);
/* Dynamic action col */
- $this->action_col_size = 110;
+ $this->action_col_size = 120;
/* set Page header */
$this->AddHeader(array("string"=>" ", "attach"=>"style='width:20px;'"));