From 46de0c55f08dc8e67e2323e409cf4db1ee1a77f6 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Apr 2010 13:28:22 +0000 Subject: [PATCH] Fixed double border git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17466 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc | 5 +++-- gosa-plugins/gofax/gofax/faxreports/contents.tpl | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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 @@       -   +   -- 2.30.2