summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54508ad)
raw | patch | inline | side by side (parent: 54508ad)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 14:16:18 +0000 (14:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 14:16:18 +0000 (14:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11152 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/ogroups/class_divListOGroup.inc | patch | blob | history | |
gosa-plugins/fai/admin/fai/class_divListFai.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc
index 74e7c7447ad33546e4a47e2b6b0b170943cfb673..1c55e52148eb5069efcf5dde8ecb684001406db4 100644 (file)
$this->EnableSaveButton (false);
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 80;
+ $action_col_size = 90;
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 = 80;
+ $action_col_size = 90;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
diff --git a/gosa-plugins/fai/admin/fai/class_divListFai.inc b/gosa-plugins/fai/admin/fai/class_divListFai.inc
index 1544c1a648565eee71b57da4547c052151c7aea8..3e4aaace63ba6b2a7539d321e88ae858f34dbac0 100644 (file)
$this->EnableSaveButton (false);
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 120;
+ $action_col_size = 130;
/* Toggle all selected / deselected */
$chk = "<input type='checkbox' id='select_all' name='select_all' title='"._("Select all")."'
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 120;
+ $action_col_size = 130;
# if($this->parent->snapshotEnabled()){
# $action_col_size += 32;
# }