summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 163f415)
raw | patch | inline | side by side (parent: 163f415)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Apr 2010 13:28:22 +0000 (13:28 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/gofax/gofax/faxreports/contents.tpl | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc
index db6c891a36b7367b5c6a581fec243fb46620e106..ed2217c3764975c060251828384d25deb0218dc0 100644 (file)
}
/* 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'> </td>";
+ $str.= " \n<td class='list0' style='border-right: 0pt none;'> </td>";
}
$report_list[] = $str;
}
diff --git a/gosa-plugins/gofax/gofax/faxreports/contents.tpl b/gosa-plugins/gofax/gofax/faxreports/contents.tpl
index 2e92c2aa6f14bb84bac23b7da40ca5ea821b4caf..adb8bf08c3f88234bc29f743a6df5387e690eb9a 100644 (file)
<td class='listheader'><a href="main.php{$plug}&sort=3">{t}Sender{/t}</a> {$mode3}</td>
<td class='listheader'><a href="main.php{$plug}&sort=4">{t}Receiver{/t}</a> {$mode4}</td>
<td class='listheader'><a href="main.php{$plug}&sort=5">{t}# pages{/t}</a> {$mode5}</td>
- <td class='listheader'> </td>
+ <td class='listheader' style='border-right: 0pt none;'> </td>
</tr>
</thead>
<tbody class="listScrollContent listBodyFormat" id="t_nscrollbody">
<td class="list0"> </td>
<td class="list0"> </td>
<td class="list0"> </td>
- <td class="list0"> </td>
+ <td class="list0" style='border-right: 0pt none;'> </td>
</tr>
</tbody>
</table>