]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_birthday.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
index 757f9365ff59da6c0bc346dc29b6a876e80b7bbf..4bbd95da2cca27a2333c639450035517b12edc72 100644 (file)
@@ -1,15 +1,15 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_birthday%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_birthday%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_BIRTHDAY_TITLE--}</strong>
+                       {--ADMIN_CONFIG_BIRTHDAY_TITLE--}
                </td>
        </tr>
        <tr>
                <td align="right">
-                       {--ADMIN_BIRTHDAY_POINTS--}:
-                       <span class="notice">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</span>
+                       {--ADMIN_CONFIG_BIRTHDAY_POINTS--}
+                       <span class="notice">({--ADMIN_CONFIG_BIRTHDAY_POINTS_NOTICE--})</span>
                </td>
                <td>
                        <input type="text" class="form_field" name="birthday_points" value="{?birthday_points?}" size="4" maxlength="6" />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_BIRTHDAY_ONLY_ACTIVE--}</td>
                <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="birthday_active" value="Y"$content[active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="birthday_active" value="N"$content[active_n] /> {--NO--}
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right">
-                       <input type="radio" class="form_field" name="birthday_mode" value="DIRECT"$content[mode_direct] />
-                       {--ADMIN_BIRTHDAY_MODE_DIRECT--}
-               </td>
-               <td class="bottom" align="center">
-                       <input type="radio" class="form_field" name="birthday_mode" value="REF"$content[mode_ref] />
-                       {--ADMIN_BIRTHDAY_MODE_REF--}
+                       {%template,ConfigurationYesNoSelectionBox=birthday_active%}
                </td>
        </tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
+
+<div class="notice">
+       {--ADMIN_CONFIG_BIRTHDAY_NOTICE--}
 </div>