Файл: plugins/user_credits/views/components/history.html
Строк: 6
<?php
{style}
{literal}
.peep_credits { margin-bottom: 0px; }
{/literal}
{/style}
<table class="peep_table_1 peep_credits" id="credits-history-tbl">
<tbody>
<tr class="peep_tr_first">
<th class="peep_txtcenter" width="30%">{text key='usercredits+date'}</th>
<th width="50%">{text key='usercredits+action'}</th>
<th class="peep_txtcenter" width="20%">{text key='usercredits+credits'}</th>
</tr>
{$items}
</tbody>
</table>
{if $loadMore}
{decorator name='box_toolbar' itemList=$toolbar}
{/if}
?>