2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
28
templates/Maketank/customer/email/emails_edit.tpl
Normal file
28
templates/Maketank/customer/email/emails_edit.tpl
Normal file
@@ -0,0 +1,28 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/email_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr><th colspan="2"></th></tr>
|
||||
</thead>
|
||||
{$email_edit_form}
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
Reference in New Issue
Block a user