summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bdf0311)
raw | patch | inline | side by side (parent: bdf0311)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Jul 2006 05:18:42 +0000 (05:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Jul 2006 05:18:42 +0000 (05:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4213 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_divListUsers.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc
index 79adad8168bf3071767d4f0aadec38cb57c34df4..4ff03c56213818945e0b36727f0828ba271bc74e 100644 (file)
$editlink = "<a href='?plug=".validate($_GET['plug'])."&id=%s&act=edit_entry'>%s</a>";
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 88;
+ $action_col_size = 104;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}