From 255f907d047a404e510c7c68cacd392df123189b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 21 Jun 2006 09:02:32 +0000 Subject: [PATCH] Fixed layout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3854 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/conference/class_divListConferences.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/gofon/conference/class_divListConferences.inc b/plugins/gofon/conference/class_divListConferences.inc index 6d97bd055..910eb64ae 100755 --- a/plugins/gofon/conference/class_divListConferences.inc +++ b/plugins/gofon/conference/class_divListConferences.inc @@ -46,7 +46,7 @@ class divListConference extends MultiSelectWindow $this->AddHeader(array("string" =>_("Name - Number"), "attach" => "style=''")); $this->AddHeader(array("string" => _("Owner"), "attach" => "style='width:200px;'")); $this->AddHeader(array("string" => _("PIN"), "attach" => "style='width:50px;'")); - $this->AddHeader(array("string" =>_("Actions"), "attach" => "style='width:60px;border-right:0px;text-align:right;'")); + $this->AddHeader(array("string" =>_("Actions"), "attach" => "style='width:90px;border-right:0px;text-align:right;'")); /* Add Checkboxes / SubSearch checkbox */ $this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Ignore subtrees"), false); @@ -157,7 +157,7 @@ class divListConference extends MultiSelectWindow $a_field4 = array("string"=> $pin, "attach" => $title." style='width:50px;'"); if(($this->parent->ui->dn==$conference['goFonConferenceOwner'][0])&&(chkacl($this->parent->acl,"goFonConferenceOwner")=="")){ - $a_field5 = array("string"=>preg_replace("/%KEY%/",$conferencekey,$action.$actions), "attach" => $title."style='width:60px;border-right:0px;text-align:right;'"); + $a_field5 = array("string"=>preg_replace("/%KEY%/",$conferencekey,$action.$actions), "attach" => $title."style='width:90px;border-right:0px;text-align:right;'"); }elseif(chkacl($this->parent->acl,"goFonConferenceOwner")==""){ $a_field5 = array("string"=>preg_replace("/%KEY%/",$conferencekey,$action.$actions2), "attach" => $title."style='width:52px;border-right:0px;text-align:right;'"); }else{ @@ -166,9 +166,6 @@ class divListConference extends MultiSelectWindow $this->AddElement(array($a_field1,$a_field2,$a_field3,$a_field4,$a_field5)); } - - - } function Save() -- 2.30.2