Code

Fixed double border
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Apr 2010 13:28:22 +0000 (13:28 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Apr 2010 13:28:22 +0000 (13:28 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17466 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc
gosa-plugins/gofax/gofax/faxreports/contents.tpl

index db6c891a36b7367b5c6a581fec243fb46620e106..ed2217c3764975c060251828384d25deb0218dc0 100644 (file)
@@ -356,9 +356,10 @@ class faxreport extends plugin
             }
             /* Create entry html str */
             if(preg_match("/r/",$detailedViewACL)){
-                $str.= " \n<td class='list0'>".image('images/info_small.png', 'detail_'.postEncode($line["id"]))."</td>";
+                $str.= " \n<td class='list0' style='border-right: 0pt none;'>".
+                    image('images/info_small.png', 'detail_'.postEncode($line["id"]))."</td>";
             }else{
-                $str.= " \n<td class='list0'>&nbsp;</td>";
+                $str.= " \n<td class='list0' style='border-right: 0pt none;'>&nbsp;</td>";
             }
             $report_list[] =  $str;
         }
index 2e92c2aa6f14bb84bac23b7da40ca5ea821b4caf..adb8bf08c3f88234bc29f743a6df5387e690eb9a 100644 (file)
@@ -40,7 +40,7 @@
      <td class='listheader'><a href="main.php{$plug}&amp;sort=3">{t}Sender{/t}</a> {$mode3}</td>
      <td class='listheader'><a href="main.php{$plug}&amp;sort=4">{t}Receiver{/t}</a> {$mode4}</td>
      <td class='listheader'><a href="main.php{$plug}&amp;sort=5">{t}# pages{/t}</a> {$mode5}</td>
-     <td class='listheader'>&nbsp;</td>
+     <td class='listheader' style='border-right: 0pt none;'>&nbsp;</td>
     </tr>
    </thead>
    <tbody class="listScrollContent listBodyFormat" id="t_nscrollbody">
@@ -52,7 +52,7 @@
      <td class="list0">&nbsp;</td>
      <td class="list0">&nbsp;</td>
      <td class="list0">&nbsp;</td>
-     <td class="list0">&nbsp;</td>
+     <td class="list0" style='border-right: 0pt none;'>&nbsp;</td>
     </tr>
    </tbody>
   </table>