'reverted' old-style update-process; removed billing-classes, -functions and -templates; some sql-fixes;
7 lines
296 B
Smarty
7 lines
296 B
Smarty
<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>
|