summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ff6288)
raw | patch | inline | side by side (parent: 2ff6288)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Feb 2007 04:19:08 +0000 (04:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Feb 2007 04:19:08 +0000 (04:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5695 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_divListOGroup.inc | patch | blob | history |
diff --git a/plugins/admin/ogroups/class_divListOGroup.inc b/plugins/admin/ogroups/class_divListOGroup.inc
index 204ecbfce0825275a40bd46214492c3909e5b4d7..ad23b1f3dd891d083ad125691a52bc8a7f7b16bf 100755 (executable)
$this->EnableSaveButton (false);
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
$empty = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}