]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_yoomedia.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_send_yoomedia.tpl
index 07b87f6bf6df073436a081996b17a31d3b832e55..dad82dc5f6b4e7013ae342c321721c0fb299f5bb 100644 (file)
@@ -1,5 +1,6 @@
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_yoomedia_tm%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_yoomedia_tm%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
        <td colspan="2" class="table_header bottom">
                <strong>{--ADMIN_YOOMEDIA_SEND_MAIL_TITLE--}</strong>
@@ -18,7 +19,7 @@
 <tr>
        <td width="150" align="right" style="padding-right:5px" valign="top">{--ENTER_RECEIVER--}:</td>
        <td width="530">
-               <span class="notice">{--ADMIN_YOOMEDIA_RECEIVER_ARE_ALL_NOTE--}</span>
+               <span class="notice">{--ADMIN_YOOMEDIA_RECEIVER_ARE_ALL_NOTICE--}</span>
        </td>
 </tr>
 <tr>
@@ -31,7 +32,7 @@
 <tr>
        <td align="right" style="padding-right:5px">{--ENTER_SECONDS--}:</td>
        <td>
-               <input type="text" class="form_field" name="seconds" size="4" maxlength="5" value="$content[wait]" /> {--_SECONDS--}
+               <input type="text" class="form_field" name="seconds" size="4" maxlength="5" value="$content[wait]" /> {--TIME_UNIT_SECOND--}
        </td>
 </tr>
 <tr>
 </tr>
 <tr>
        <td colspan="2" align="center" class="bottom">
-               <span class="notice">{--ADMIN_YOOMEDIA_ENTER_URL_NOTE--}</span>
+               <span class="notice">{--ADMIN_YOOMEDIA_ENTER_URL_NOTICE--}</span>
        </td>
 </tr>
 <tr>
        <td colspan="2" align="center" class="table_footer">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="sent" class="form_submit" value="{--ADMIN_SEND_MAIL--}" />
+               <input type="submit" class="form_submit" name="send" value="{--ADMIN_SEND_MAIL--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
+</div>