- add possibility to disable form-buttons if not needed - corrected ticket-categories order-counter begin-value - beautify domains-add and e-mail add form for customers - added various missing hidden-fields in templates (Classic-theme) Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
16 lines
470 B
Smarty
16 lines
470 B
Smarty
$header
|
|
<form method="post" action="$filename">
|
|
<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" /> {$title}</b></td>
|
|
</tr>
|
|
{$email_edit_form}
|
|
<tr>
|
|
<td class="maintitle" colspan="2"><a href="$filename?page=email&s=$s">Back to overview (@TODO lng)</a></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<br />
|
|
<br />
|
|
$footer
|