ininitial froxlor commit;
'reverted' old-style update-process; removed billing-classes, -functions and -templates; some sql-fixes;
This commit is contained in:
6
templates/admin/logger/logger_log.tpl
Normal file
6
templates/admin/logger/logger_log.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||
<td class="field_name_border_left">{$row['date']}</td>
|
||||
<td class="field_name">{$row['type']}</td>
|
||||
<td class="field_name">{$row['user']}</td>
|
||||
<td class="field_name">{$row['text']}</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user