Implemented linker - class for customer_[autoresponder|emails].php (templates automatic replace only)

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-13 20:48:37 +02:00
parent fcdcd4d6cb
commit 7246dc124e
26 changed files with 40 additions and 40 deletions

View File

@@ -1,12 +1,12 @@
$header
<form method="post" action="$filename">
<form method="post" action="{$linker->getLink(array('section' => 'email'))}">
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/Classic/title.gif" alt="$title" />&nbsp;{$title}</b></td>
</tr>
{$email_edit_form}
<tr>
<td class="maintitle" colspan="2"><a href="$filename?page=emails&amp;s=$s">{$lng['emails']['back_to_overview']}</a></td>
<td class="maintitle" colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
</tr>
</table>
</form>