]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/sponsor/sponsor_settings_form.tpl
Added check for installation phase, this fixes the message of a missing template...
[mailer.git] / templates / de / html / sponsor / sponsor_settings_form.tpl
index a7a5ba6452889707542e344e49962ae844206743..65d0448fcdc27ef2caf3bee18855dadfed3d429b 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=settings%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
+{%form,formMethodPost=modules.php?module=sponsor&amp;what=settings%}
+<table border="0" cellspacing="0" cellpadding="0" width="550" class="table dashed">
 <tr>
-       <td colspan="2" align="center" class="sponsor_header bottom" height="32">
+       <td colspan="2" align="center" class="table_header bottom" height="32">
                <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
        </td>
 </tr>
@@ -11,9 +11,9 @@
                {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
        </td>
        <td class="bottom" align="center">
-               <input type="radio" class="form_field" name="receive_warnings" class="form_field" value="Y"$content[receive_warnings_y] />
+               <input type="radio" class="form_field" name="receive_warnings" value="Y"$content[receive_warnings_y] />
                {--YES--}
-               <input type="radio" class="form_field" name="receive_warnings" class="form_field" value="N"$content[receive_warnings_n] />
+               <input type="radio" class="form_field" name="receive_warnings" value="N"$content[receive_warnings_n] />
                {--NO--}
        </td>
 </tr>
        </td>
 </tr>
 <tr>
-       <td class="sponsor_footer" colspan="2" align="center" height="32">
+       <td class="table_footer" colspan="2" align="center" height="32">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>