]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_surfbar.tpl
Generic function accepts eights (!) but optional parameter $callback, ext-network...
[mailer.git] / templates / de / html / admin / admin_config_surfbar.tpl
index 3875da01a22f94c682cc7dba2f541e9b870d6912..ad3e78b6f910bb8e9bb0f9cb5489f36544f34162 100644 (file)
@@ -11,7 +11,7 @@
                        {--ADMIN_CONFIG_SURFBAR_STATIC_REWARD--}
                </td>
                <td width="40%">
-                       <input type="text" name="surfbar_static_reward" size="6" maxlength="20" value="$content[surfbar_static_reward]" />
+                       <input type="text" name="surfbar_static_reward" size="6" maxlength="20" value="{%config,translateComma=surfbar_static_reward%}" />
                        <span class="tiny">({?POINTS?})</span>
                </td>
        </tr>
@@ -20,7 +20,7 @@
                        {--ADMIN_CONFIG_SURFBAR_STATIC_COSTS--}
                </td>
                <td style="padding-left:5px">
-                       <input type="text" name="surfbar_static_costs" size="6" maxlength="20" value="$content[surfbar_static_costs]" />
+                       <input type="text" name="surfbar_static_costs" size="6" maxlength="20" value="{%config,translateComma=surfbar_static_costs%}" />
                        <span class="tiny">({?POINTS?})</span>
                </td>
        </tr>
@@ -45,7 +45,7 @@
                        {--ADMIN_CONFIG_SURFBAR_DYNAMIC_PERCENT--}
                </td>
                <td style="padding-left:5px">
-                       <input type="text" name="surfbar_dynamic_percent" size="6" maxlength="20" value="$content[surfbar_dynamic_percent]" />&#37;
+                       <input type="text" name="surfbar_dynamic_percent" size="6" maxlength="20" value="{%config,translateComma=surfbar_dynamic_percent%}" />&#37;
                </td>
        </tr>
        <tr>
@@ -53,7 +53,7 @@
                        {--ADMIN_CONFIG_SURFBAR_MAX_ORDER--}
                </td>
                <td style="padding-left:5px">
-                       <input type="text" name="surfbar_max_order" size="6" maxlength="20" value="$content[surfbar_max_order]" />
+                       <input type="text" name="surfbar_max_order" size="6" maxlength="20" value="{?surfbar_max_order?}" />
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_PAUSE_MODE--}
                </td>
        </tr>
-       <tr><td height="3" colspan="2" class="seperator">&nbsp;</td></tr>
        <tr>
                <td align="right" style="padding-right:5px">
                        {--ADMIN_CONFIG_SURFBAR_PAUSE_MODE_INTERNAL--}
                        {--ADMIN_CONFIG_SURFBAR_PAUSE_URL--}
                </td>
                <td class="bottom" style="padding-left:5px">
-                       <input type="text" name="surfbar_pause_url" size="15" maxlength="255" value="$content[surfbar_pause_url]" />
+                       <input type="text" name="surfbar_pause_url" size="15" maxlength="255" value="{?surfbar_pause_url?}" />
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_SURFBAR_AUTOSTART--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" name="surfbar_autostart" value="Y"$content[surfbar_autostart_y] /> {--YES--}
+                       <input type="radio" name="surfbar_autostart" value="Y"$content[surfbar_autostart_y] /> {--YES--}<br />
                        <input type="radio" name="surfbar_autostart" value="N"$content[surfbar_autostart_n] /> {--NO--}
                </td>
        </tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_LIMITS--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" name="surfbar_notify_limits" value="Y"$content[surfbar_notify_limits_y] /> {--YES--}
+                       <input type="radio" name="surfbar_notify_limits" value="Y"$content[surfbar_notify_limits_y] /> {--YES--}<br />
                        <input type="radio" name="surfbar_notify_limits" value="N"$content[surfbar_notify_limits_n] /> {--NO--}
                </td>
        </tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFY_ADMIN_UNLOCK--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" name="surfbar_notify_admin_unlock" value="Y"$content[surfbar_notify_admin_unlock_y] /> {--YES--}
+                       <input type="radio" name="surfbar_notify_admin_unlock" value="Y"$content[surfbar_notify_admin_unlock_y] /> {--YES--}<br />
                        <input type="radio" name="surfbar_notify_admin_unlock" value="N"$content[surfbar_notify_admin_unlock_n] /> {--NO--}
                </td>
        </tr>
                        {--ADMIN_CONFIG_SURFBAR_WARN_LOW_POINTS--}
                </td>
                <td style="padding-left:5px">
-                       <input type="text" name="surfbar_warn_low_points" size="5" maxlength="20" value="$content[surfbar_warn_low_points]" />
+                       <input type="text" name="surfbar_warn_low_points" size="5" maxlength="20" value="{?surfbar_warn_low_points?}" />
                        <span class="tiny">({?POINTS?})</span>
                </td>
        </tr>
                        {--ADMIN_CONFIG_SURFBAR_MIGRATE_ORDER--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" name="surfbar_migrate_order" value="Y"$content[surfbar_migrate_order_y] /> {--YES--}
+                       <input type="radio" name="surfbar_migrate_order" value="Y"$content[surfbar_migrate_order_y] /> {--YES--}<br />
                        <input type="radio" name="surfbar_migrate_order" value="N"$content[surfbar_migrate_order_n] /> {--NO--}
                </td>
        </tr>