summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a36a4d)
raw | patch | inline | side by side (parent: 2a36a4d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Jun 2006 09:02:32 +0000 (09:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Jun 2006 09:02:32 +0000 (09:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3854 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/class_divListConferences.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_divListConferences.inc b/plugins/gofon/conference/class_divListConferences.inc
index 6d97bd055f9c3830a5409fd869fb2e3812915ce3..910eb64aedf72ecacd3e6b1ac0cfad707b27d90d 100755 (executable)
$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);
$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{
$this->AddElement(array($a_field1,$a_field2,$a_field3,$a_field4,$a_field5));
}
-
-
-
}
function Save()