]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/report.tpl
Work in progress in IP info in reports.
[timetracker.git] / WEB-INF / templates / report.tpl
index a0eedaf0260d8087a267e81c62d273e902e280f9..c0f4b2c24cdd512c4dd3084fd24c4baf74ebf2da 100644 (file)
@@ -47,7 +47,7 @@
   {if $bean->getAttribute('chnote')}<td class="tableHeader">{$i18n.label.note}</td>{/if}
   {if $bean->getAttribute('chcost')}<td class="tableHeaderCentered" width="5%">{$i18n.label.cost}</td>{/if}
   {if $bean->getAttribute('chpaid')}<td class="tableHeader">{$i18n.label.paid}</td>{/if}
-  {if $bean->getAttribute('chip')}<td class="tableHeader">{$i18n.label.ip}</td>{/if}
+  {if $bean->getAttribute('chip')}<td class="tableHeaderCentered">{$i18n.label.ip}</td>{/if}
   {if $bean->getAttribute('chinvoice')}<td class="tableHeader">{$i18n.label.invoice}</td>{/if}
       </tr>
   {foreach $report_items as $item}