Files
Froxlor/templates/admin/templates/templates_filetemplate.tpl
2010-01-20 16:55:27 +00:00

6 lines
467 B
Smarty

<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
<td class="field_name_border_left">{$lng['admin']['templates'][$row['varname']]}</td>
<td class="field_name"><a href="$filename?s=$s&amp;page=$page&amp;action=delete&amp;id={$row['id']}">{$lng['panel']['delete']}</a></td>
<td class="field_name"><a href="$filename?s=$s&amp;page=$page&amp;action=edit&amp;id={$row['id']}">{$lng['panel']['edit']}</a></td>
</tr>