add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
6
templates/Classic/admin/templates/templates_template.tpl
Normal file
6
templates/Classic/admin/templates/templates_template.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||
<td class="field_name_border_left">{$language}</td>
|
||||
<td class="field_name">{$template}</td>
|
||||
<td class="field_name"><a href="$filename?s=$s&page=$page&action=delete&subjectid=$subjectid&mailbodyid=$mailbodyid">{$lng['panel']['delete']}</a></td>
|
||||
<td class="field_name"><a href="$filename?s=$s&page=$page&action=edit&subjectid=$subjectid&mailbodyid=$mailbodyid">{$lng['panel']['edit']}</a></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user