theme
This commit is contained in:
14
templates/Maketank/admin/plans/plans_plan.tpl
Normal file
14
templates/Maketank/admin/plans/plans_plan.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<tr>
|
||||
<td>{$row['name']}</td>
|
||||
<td>{$row['description']}</td>
|
||||
<td>{$row['adminname']}</td>
|
||||
<td>{$row['ts_format']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'plans', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" title="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'plans', 'page' => $page, 'action' => 'delete', 'id' => $row['id']))}">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" title="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user