]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
index 7cc9b7b42922769d8eb96681dde4791b290d20d4..2d8d19bf0c5e2c84cdc3828d965d2915a84ec9fe 100644 (file)
@@ -1,14 +1,14 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=edit_emails%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=edit_emails%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" colspan="2" class="table_header bottom">
-                       <strong>{--ADMIN_EDIT_EMAIL--}:</strong> ($content[id])
+                       <strong>{%message,ADMIN_EDIT_EMAIL_TITLE=$content[id]%}:</strong>
                </td>
        </tr>
        <tr>
                <td align="right">
-                       <strong>{--ADMIN_EDIT_URL--}:</strong>
+                       {--ADMIN_EDIT_URL--}:
                </td>
                <td>
                        <input type="text" class="form_field" name="url" size="30" maxlength="255" value="$content[url]" />
@@ -16,7 +16,7 @@
        </tr>
        <tr>
                <td align="right">
-                       <strong>{--ADMIN_EDIT_EMAIL_SUBJECT--}:</strong>
+                       {--ADMIN_EDIT_EMAIL_SUBJECT--}:
                </td>
                <td>
                        <input type="text" class="form_field" name="subject" size="30" maxlength="255" value="$content[subject]" />
@@ -24,7 +24,7 @@
        </tr>
        <tr>
                <td align="right" class="bottom">
-                       <strong>{--ADMIN_EDIT_EMAIL_TEXT--}:</strong>
+                       {--ADMIN_EDIT_EMAIL_TEXT--}:
                </td>
                <td class="bottom">
                        <textarea name="text" class="form_field" rows="8" cols="28">$content[text]</textarea>
        </tr>
        <tr>
                <td align="center" colspan="2" class="table_footer">
-                       <input type="hidden" name="id" value="$content[id]"/ >
+                       <input type="hidden" name="mid" value="$content[id]"/ >
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="save" class="form_submit" value="{--ADMIN_CHANGE_EMAIL--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_CHANGE_EMAIL--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>