]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_beg.tpl
Renamed templates, more usage of EL
[mailer.git] / templates / de / html / admin / admin_config_beg.tpl
index 335ccfd8496fb1ab4537683cd43e54d9f6ecc37b..638390d3bb1f759e6ecf3664e45e3b174762ffe5 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_beg%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_beg%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -11,7 +11,7 @@
                        {--ADMIN_BEG_POINTS--}:
                </td>
                <td width="295" align="center">
-                       <input type="text" class="form_field" name="beg_points" size="7" maxlength="10" value="$content[points]" />
+                       <input type="text" class="form_field" name="beg_points" size="7" maxlength="10" value="{%config,translateComma=beg_points%}" />
                </td>
        </tr>
        <tr>
@@ -19,7 +19,7 @@
                        {--ADMIN_BEG_POINTS_MAX--}:
                </td>
                <td width="195" align="center">
-                       <input type="text" class="form_field" name="beg_points_max" size="7" maxlength="10" value="$content[points_max]" />
+                       <input type="text" class="form_field" name="beg_points_max" size="7" maxlength="10" value="{%config,translateComma=beg_points_max%}" />
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_NOTIFY_BONUS--}
                </td>
                <td align="center">
-                       <input type="text" class="form_field" name="beg_notify_bonus" size="3" maxlength="7" value="$content[notify_bonus]" />
+                       <input type="text" class="form_field" name="beg_notify_bonus" size="3" maxlength="7" value="{%config,translateComma=beg_notify_bonus%}" />
                </td>
        </tr>
        <tr>