Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
index 8bb602114cc7b052f9bc2f6582d3e9cba6849291..12eabe5b4d71fc2e53a1c84f8b3371e977ec63ff 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_birthday" method="post">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_birthday" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td colspan="3" align="center" class="admin_title bottom2" height="30">
@@ -14,7 +14,7 @@
                <span class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</span></td>
                <td class="seperator" width="5">&nbsp;</td>
                <td width="170">
-                       <input type="text" name="birthday_points" class="admin_normal" value="{!__POINTS_VALUE!}" size="4" maxlength="6" />
+                       <input type="text" name="birthday_points" class="admin_normal" value="{?birthday_points?}" size="4" maxlength="6" />
                        <div class="tiny">({?POINTS?})</div>
                </td>
        </tr>
@@ -28,8 +28,8 @@
                <td align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="birthday_active" class="admin_normal" value="Y"$content[active_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="birthday_active" class="admin_normal" value="N"$content[active_no] />&nbsp;{--NO--}
+                       <input type="radio" name="birthday_active" class="admin_normal" value="Y"$content[active_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="birthday_active" class="admin_normal" value="N"$content[active_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>