]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_birthday.tpl
_FOOTER is wrong, better _NOTICE, missing language ids for point account subject...
[mailer.git] / templates / de / html / admin / admin_config_birthday.tpl
index 669221ea14e50c344f2d28609a549bb1c78d7d02..3f0cacbe790c73f0099c62d1dda12eb8d39df1f4 100644 (file)
@@ -9,7 +9,7 @@
        <tr>
                <td align="right">
                        {--ADMIN_CONFIG_BIRTHDAY_POINTS--}:
-                       <span class="notice">({--ADMIN_CONFIG_BIRTHDAY_POINTS_NOTE--})</span>
+                       <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" />
@@ -19,8 +19,7 @@
        <tr>
                <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[birthday_active_y] /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="birthday_active" value="N"$content[birthday_active_n] /> {--NO--}
+                       {%template,ConfigurationYesNoSelectionBox=birthday_active%}
                </td>
        </tr>
        <tr>
@@ -32,3 +31,7 @@
 </table>
 </form>
 </div>
+
+<div class="notice">
+       {--ADMIN_CONFIG_BIRTHDAY_NOTICE--}
+</div>