This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

5 lines
202 B
PHP

<tr>
<td><a href="<?php echo URL::link('admin','email/templateedit/'.$template->id,TRUE); ?>" alt=""><?php echo $template->name; ?></a></td>
<td><?php echo $template->display('status'); ?></td>
</tr>