From 54508adc67ffa891d63ef56c545e2eacf0e46792 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 2 Jun 2008 14:13:02 +0000 Subject: [PATCH] Updated collsize git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11151 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_divListSystem.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc index 6efa595d9..9385b940e 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -72,7 +72,7 @@ class divListSystem extends MultiSelectWindow $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; } @@ -292,7 +292,7 @@ class divListSystem extends MultiSelectWindow $empty =""; /* Dynamic action col, depending on snapshot icons */ - $action_col_size = 110; + $action_col_size = 120; if($this->parent->snapshotEnabled()){ $action_col_size += 38; } -- 2.30.2