Points/src/Application/views/admin/tpl/inc/other.tpl

10 lines
786 B
Smarty

[{block name="d3points_userpoints_left_content_points_table_other"}]
<tr>
[{assign var="listclass" value=listitem$blWhite }]
<td valign="top" class="[{ $listclass}]">[{ oxmultilang ident="D3_USER_POINTS_OTHERTYPE" }][{*if $listitem->d3points__oxtext->value }]<br>([{ $listitem->d3points__oxtext->value }])[{/if*}]</td>
<td valign="top" class="[{ $listclass}]" height="15" align="center">[{if $listitem->d3points__d3points->value > 0}]+[{/if}][{ $listitem->d3points__d3points->value }]</td>
<td valign="top" class="[{ $listclass}]"><label>&nbsp;&nbsp;[{$listitem->d3points__oxtime->value|date_format:"%d.%m.%Y %H:%M:%S"}]</label></td>
<td valign="top" class="[{ $listclass}]"><label>&nbsp;&nbsp;[{$listitem->d3points__oxtext->rawValue}]</label></td>
</tr>
[{/block}]