From: hickert Date: Thu, 1 Apr 2010 13:28:22 +0000 (+0000) Subject: Fixed double border X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=46de0c55f08dc8e67e2323e409cf4db1ee1a77f6;p=gosa.git Fixed double border git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17466 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc index db6c891a3..ed2217c37 100644 --- a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc +++ b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc @@ -356,9 +356,10 @@ class faxreport extends plugin } /* Create entry html str */ if(preg_match("/r/",$detailedViewACL)){ - $str.= " \n".image('images/info_small.png', 'detail_'.postEncode($line["id"])).""; + $str.= " \n". + image('images/info_small.png', 'detail_'.postEncode($line["id"])).""; }else{ - $str.= " \n "; + $str.= " \n "; } $report_list[] = $str; } diff --git a/gosa-plugins/gofax/gofax/faxreports/contents.tpl b/gosa-plugins/gofax/gofax/faxreports/contents.tpl index 2e92c2aa6..adb8bf08c 100644 --- a/gosa-plugins/gofax/gofax/faxreports/contents.tpl +++ b/gosa-plugins/gofax/gofax/faxreports/contents.tpl @@ -40,7 +40,7 @@ {t}Sender{/t} {$mode3} {t}Receiver{/t} {$mode4} {t}# pages{/t} {$mode5} -   +   @@ -52,7 +52,7 @@       -   +