From: hickert Date: Wed, 24 Mar 2010 14:23:32 +0000 (+0000) Subject: Updated listing table summary X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2ec0bd560527141d9e121192c43bcf41036a02c6;p=gosa.git Updated listing table summary git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17122 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc index 4d0ed59db..59f474343 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc @@ -426,7 +426,7 @@ class gofaxAccount extends plugin if(!isset($this->config->departments[trim($key)])){ $this->config->departments[trim($key)]=""; } - $field1 = array("string" => "department","attach"=>"style='width:16px;text-align:center;'"); + $field1 = array("string" => image("images/lists/folder.png"),"attach"=>"style='width:16px; text-align:center;'"); $field2 = array("string" => sprintf($linkopen,base64_encode($key),$val),"attach"=>" style='border:none'"); $divSel->AddEntry(array($field1,$field2)); } @@ -509,7 +509,7 @@ class gofaxAccount extends plugin $this->config->departments[trim($key)]=""; } - $field1 = array("string" => "department","attach"=>"style='width:16px;text-align:center;'"); + $field1 = array("string" => image("images/lists/folder.png"),"attach"=>"style='width:16px; text-align:center;'"); $field2 = array("string" => sprintf($linkopen,base64_encode($key),$val),"attach"=>" style='border:none'"); $divSel->AddEntry(array($field1,$field2)); }