From b7bee36d2bb9d6857eb57885df1b43b4993c676e Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 27 May 2008 12:34:01 +0000 Subject: [PATCH] Udpated device listing. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11035 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/devices/class_divListDevices.inc | 53 +++++++++++-------- 1 file changed, 32 insertions(+), 21 deletions(-) diff --git a/gosa-plugins/goto/admin/devices/class_divListDevices.inc b/gosa-plugins/goto/admin/devices/class_divListDevices.inc index ae84f40bb..73e9c9677 100644 --- a/gosa-plugins/goto/admin/devices/class_divListDevices.inc +++ b/gosa-plugins/goto/admin/devices/class_divListDevices.inc @@ -133,37 +133,39 @@ class divListDevices extends MultiSelectWindow /* Create Layers menu */ $s = ".|"._("Actions")."|\n"; - $s .= "..|". - " "._("Create")."|\n"; /* Append create options */ if(preg_match("/c/",$acl)) { + $s .= "..|". + " "._("Create")."|\n"; $s.= "...|". " "._("Device")."|device_new|\n"; + $s.= "..|---|\n"; } /* Multiple options */ - $s.= "..|---|\n"; $s.= "..|". " "._("Remove")."|"."remove_multiple|\n"; - /* Add multiple copy & cut icons */ - if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){ + if(is_object($this->parent->CopyPasteHandler) && preg_match("/r/",$acl_all)){ $s.= "..|---|\n"; $s.= "..|". " "._("Copy")."|"."multiple_copy_systems|\n"; - $s.= "..|". - " "._("Cut")."|"."multiple_cut_systems|\n"; - - if($this->parent->CopyPasteHandler->entries_queued()){ - $img = ""; - $s.="..|".$img." "._("Paste")."|editPaste|\n"; - }else{ - $img = ""; - $s.="..|".$img." "._("Paste")."\n"; + if(is_object($this->parent->CopyPasteHandler) && preg_match("/(r.*d|d.*r)/",$acl_all)){ + $s.= "..|". + " "._("Cut")."|"."multiple_cut_systems|\n"; } } + /* Copy & paste icons */ + if(is_object($this->parent->CopyPasteHandler) && $this->parent->CopyPasteHandler->entries_queued()){ + $img = ""; + $s.="..|".$img." "._("Paste")."|editPaste|\n"; + }else{ + $img = ""; + $s.="..|".$img." "._("Paste")."\n"; + } + /* Add snapshot icons */ if(preg_match("/(c.*w|w.*c)/",$acl_all)){ $s .= "..|---|\n"; @@ -213,23 +215,32 @@ class divListDevices extends MultiSelectWindow $acl = $ui->get_permissions($val['dn'],"devices/deviceGeneric"); $acl_all = $ui->has_complete_category_acls($val['dn'],"devices") ; - /* Create action icons */ $actions = ""; - if(preg_match("/(c.*w|w.*c)/",$acl_all)){ - $actions .= $this->GetSnapShotActions($val['dn']); + if(preg_match("/(r.*d|r.*d)/",$acl_all) && $this->parent->CopyPasteHandler){ + $actions .= " "; + }else{ + $actions.="  "; } - /* Get copy Paste icons */ - if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){ - $actions.= " "; + if(preg_match("/r/",$acl_all) && $this->parent->CopyPasteHandler){ $actions.= " "; + }else{ + $actions.="  "; } $actions.= ""; +# /* Add snapshot icon */ +# if(preg_match("/(r.*w|w.*r)/",$acl_all)){ +# $actions.= $this->GetSnapShotActions($val['dn']); +# }else{ +# $actions.="  "; +# $actions.="  "; +# } + /* Add delete button */ if(preg_match("/d/",$acl)){ $actions.= "