]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_nickname.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_config_nickname.tpl
index ac474083281700b94837046139092282e5119f88..88f3eee594d04ead9d55cfc86662858607ae4233 100644 (file)
@@ -12,7 +12,7 @@
                <td width="400" align="right">{--ADMIN_NICKNAME_MIN_LENGTH--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
                <td width="170">
-                       <input type="text" name="nickname_len" class="admin_normal" value="$_CONFIG[nickname_length]" size="3" maxlength="4" />
+                       <input type="text" name="nickname_len" class="admin_normal" value="{?nickname_len?}" size="3" maxlength="4" />
                </td>
        </tr>
        <tr>
@@ -22,7 +22,7 @@
                <td width="400" align="right">{--ADMIN_NICKNAME_PATTERN--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
                <td width="170">
-                       <input type="text" name="nickname_pattern" class="admin_normal" value="$_CONFIG[nickname_pattern]" size="10" maxlength="255" />
+                       <input type="text" name="nickname_pattern" class="admin_normal" value="{?nickname_pattern?}" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
@@ -32,7 +32,7 @@
                <td width="400" align="right">{--ADMIN_NICKNAME_LANG_CHARS--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
                <td width="170">
-                       <input type="text" name="nickname_chars" class="admin_normal" value="$_CONFIG[nickname_chars]" size="15" maxlength="255" />
+                       <input type="text" name="nickname_chars" class="admin_normal" value="{?nickname_chars?}" size="15" maxlength="255" />
                </td>
        </tr>
        <tr>