Merge pull request #156 from BNoiZe/master

Migrated customer_email to PDO database class, refs #1287
This commit is contained in:
Michael Kaufmann
2013-11-17 23:41:07 -08:00
2 changed files with 481 additions and 416 deletions

File diff suppressed because it is too large Load Diff

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>