Files
Froxlor/templates/customer/aps/data.tpl
Michael Kaufmann (d00p) 9907afe630 ininitial froxlor commit;
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00

10 lines
256 B
Smarty

<if $Groupname != ''>
<tr>
<td class="title" colspan="3"><strong>$Groupname</strong></td>
</tr>
</if>
<tr>
<td class="field_name_border_left" valign="top" width="25%">$Fieldname</td>
<td class="field_display" colspan="3">$Fieldvalue</td>
</tr>