0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
print
/
[
Home
]
File: print-object_trackeritem.tpl
<h1>{$title|escape}</h1> <div class="table-responsive"> <table class="table normal"> {foreach from=$tracker.fields item=field} <tr class="formcolor"> <td class="formlabel"> {$field.name|escape} </td> <td class="formcontent"> {trackeroutput field=$field} </td> </tr> {/foreach} </table> </div>