summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fcd93f)
raw | patch | inline | side by side (parent: 6fcd93f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Feb 2007 04:23:31 +0000 (04:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Feb 2007 04:23:31 +0000 (04:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5696 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc
index 2aa80edcf13f3ef09087ac10a9e30c3a20fefb47..e81ca4e07d9aee4240a7f26a04d777daa0f800d0 100755 (executable)
$this->EnableSaveButton (false);
/* set Page header */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
$empty = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
/* set Page header */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
diff --git a/plugins/admin/groups/class_divListGroup.inc b/plugins/admin/groups/class_divListGroup.inc
index ab9fd612c908b6781383367858b3ba5d6da47b0f..70070da433a4ec3b0c0effed8b46bb031dcd82cd 100644 (file)
$this->EnableSaveButton (false);
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
$userimg = "<img class='center' src='images/select_groups.png' alt='User' title='%s'>";
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 42f7655820a504507eed31903a9a6fa7ab124b54..ff2310b9f860a6cb7b574460c0dee1965799ce33 100644 (file)
if($s_action == "copy"){
$dn = $this->grouplist[trim($s_entry)]['dn'];
- $acl_all = $ui->has_complete_category_acls($this->selectedBase,"groups") ;
+ $ui = get_userinfo();
+ $acl_all = $ui->has_complete_category_acls($this->DivListGroup->selectedBase,"groups") ;
if(preg_match("/(c.*w|w.*c)/",$acl_all)){
$this->CopyPasteHandler->Clear();
diff --git a/plugins/admin/mimetypes/class_divListMimeTypes.inc b/plugins/admin/mimetypes/class_divListMimeTypes.inc
index 66bfd3156c0fde615466cad73b444237da901038..17a706e633ea2cac129c3fa37224f4f8525d8948 100755 (executable)
$this->EnableSaveButton (false);
/* set Page header */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
$empty = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
/* set Page header */
- $action_col_size = 70;
+ $action_col_size = 80;
if($this->parent->snapshotEnabled()){
$action_col_size += 38;
}
diff --git a/plugins/gofax/blocklists/class_divListBlocklists.inc b/plugins/gofax/blocklists/class_divListBlocklists.inc
index 19fe00bda4140203e4236b3ab5addd76b70f73e0..f96f64c435a23f8262235269cbe7b7f9f9523ee9 100755 (executable)
$this->EnableSaveButton (false);
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 50;
+ $action_col_size = 60;
if($this->parent->snapshotEnabled()){
$action_col_size += 20;
}
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&act=edit_entry'>%s</a>";
/* Dynamic action col, depending on snapshot icons */
- $action_col_size = 50;
+ $action_col_size = 60;
if($this->parent->snapshotEnabled()){
$action_col_size += 20;
}