Code

Fixed list sizes.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Feb 2007 04:23:31 +0000 (04:23 +0000)
committerhickert <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

plugins/admin/applications/class_divListApplication.inc
plugins/admin/groups/class_divListGroup.inc
plugins/admin/groups/class_groupManagement.inc
plugins/admin/mimetypes/class_divListMimeTypes.inc
plugins/gofax/blocklists/class_divListBlocklists.inc

index 2aa80edcf13f3ef09087ac10a9e30c3a20fefb47..e81ca4e07d9aee4240a7f26a04d777daa0f800d0 100755 (executable)
@@ -42,7 +42,7 @@ class divListApplication extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* set Page header */
-    $action_col_size = 70;
+    $action_col_size = 80;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38;
     }
@@ -171,7 +171,7 @@ class divListApplication extends MultiSelectWindow
     $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;
     }
index ab9fd612c908b6781383367858b3ba5d6da47b0f..70070da433a4ec3b0c0effed8b46bb031dcd82cd 100644 (file)
@@ -45,7 +45,7 @@ class divListGroup extends MultiSelectWindow
     $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;
     }
@@ -168,7 +168,7 @@ class divListGroup extends MultiSelectWindow
     $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;
     }
index 42f7655820a504507eed31903a9a6fa7ab124b54..ff2310b9f860a6cb7b574460c0dee1965799ce33 100644 (file)
@@ -514,7 +514,8 @@ class groupManagement extends plugin
     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();
index 66bfd3156c0fde615466cad73b444237da901038..17a706e633ea2cac129c3fa37224f4f8525d8948 100755 (executable)
@@ -45,7 +45,7 @@ class divListMimeTypes extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* set Page header */
-    $action_col_size = 70;
+    $action_col_size = 80;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38;
     }
@@ -181,7 +181,7 @@ class divListMimeTypes extends MultiSelectWindow
     $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;
     }
index 19fe00bda4140203e4236b3ab5addd76b70f73e0..f96f64c435a23f8262235269cbe7b7f9f9523ee9 100755 (executable)
@@ -42,7 +42,7 @@ class divListBlocklist extends MultiSelectWindow
     $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;
     }
@@ -133,7 +133,7 @@ class divListBlocklist extends MultiSelectWindow
     $editlink = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;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;
     }