2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=edit_emails%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td align="center" colspan="2" class="table_header bottom">
6 <strong>{--ADMIN_EDIT_EMAIL--}:</strong> ($content[id])
11 <strong>{--ADMIN_EDIT_URL--}:</strong>
14 <input type="text" name="url" class="form_field" size="30" maxlength="255" value="$content[url]" />
19 <strong>{--ADMIN_EDIT_EMAIL_SUBJECT--}:</strong>
22 <input type="text" name="subject" class="form_field" size="30" maxlength="255" value="$content[subject]" />
26 <td align="right" class="bottom">
27 <strong>{--ADMIN_EDIT_EMAIL_TEXT--}:</strong>
30 <textarea name="text" class="form_field" rows="8" cols="28">$content[text]</textarea>
34 <td align="center" colspan="2" class="table_footer">
35 <input type="hidden" name="id" value="$content[id]"/ >
36 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
37 <input type="submit" name="save" class="form_submit" value="{--ADMIN_CHANGE_EMAIL--}" />