From: hickert Date: Wed, 17 Aug 2005 08:11:51 +0000 (+0000) Subject: Style border fixed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b605fbb40bb5cc366116620c6d6d08a228cbd910;p=gosa.git Style border fixed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1166 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc index 720efc191..3a8ac2e72 100644 --- a/plugins/gofon/conference/class_phoneConferenceManagment.inc +++ b/plugins/gofon/conference/class_phoneConferenceManagment.inc @@ -324,7 +324,7 @@ class phoneConferenceManagment extends plugin $a_field2 = array("string" => sprintf($linkopen,base64_encode($key),$val)); $a_field3 = array("string" => " "); $a_field4 = array("string" => " "); - $a_field5 = array("string" => " ", "attach" => "style='border:none;width:60px;'"); + $a_field5 = array("string" => " ", "attach" => "style='text-align: right;border:none'"); /* Add entries */ $divlist->AddEntry(array($a_field1,$a_field2,$a_field3,$a_field4,$a_field5)); @@ -360,7 +360,7 @@ class phoneConferenceManagment extends plugin $a_field2 = array("string"=>sprintf($editlink,$conferencekey,$conference['cn'][0].$number)); $a_field3 = array("string"=> $cn); $a_field4 = array("string"=> $pin); - $a_field5 = array("string"=>preg_replace("/%KEY%/",$conferencekey,$actions)); + $a_field5 = array("string"=>preg_replace("/%KEY%/",$conferencekey,$actions), "attach" => "style='text-align: right;border:none'"); $divlist->AddEntry(array($a_field1,$a_field2,$a_field3,$a_field4,$a_field5)); }