Fixed a typo, small improvements

This commit is contained in:
BNoiZe
2013-11-17 21:51:32 +01:00
parent 38ebfa364f
commit c6c87fe55a
2 changed files with 7 additions and 2 deletions

View File

@@ -14,10 +14,15 @@ $header
<legend>Froxlor&nbsp;-&nbsp;{$title}</legend>
<table class="formtable">
<thead>
<tr><th colspan="2"></th></tr>
</thead>
{$email_edit_form}
<tfoot>
<tr>
<td class="maintitle" colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
<td colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
</tr>
</tfoot>
</table>
</fieldset>
</form>