summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8168cc3)
raw | patch | inline | side by side (parent: 8168cc3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 14:13:02 +0000 (14:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 14:13:02 +0000 (14:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11151 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 6efa595d92f12c97d2d3db7066b67ffd64707453..9385b940e387e566c6f4829685980e5fb280cca8 100644 (file)
$this->EnableSaveButton (false);
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 110;
+ $action_col_size = 120;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
$empty ="<img src='images/empty.png' style='width:16px ; height: 16px;' class='center' alt=''>";
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 110;
+ $action_col_size = 120;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}