From: hickert Date: Wed, 19 Jul 2006 04:26:36 +0000 (+0000) Subject: Action col in user lsit was to small to display template icon too X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8da6adfb0a75d4ee1b3dd4dfc48fe4786a7710c9;p=gosa.git Action col in user lsit was to small to display template icon too git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4211 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc index ed885c2d0..79adad816 100644 --- a/plugins/admin/users/class_divListUsers.inc +++ b/plugins/admin/users/class_divListUsers.inc @@ -46,7 +46,7 @@ class divListUsers extends MultiSelectWindow $this->EnableSaveButton (false); /* Dynamic action col, depending on snapshot icons */ - $action_col_size = 88; + $action_col_size = 104; if($this->parent->snapshotEnabled()){ $action_col_size += 38; }