]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_add.tpl
Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_admins_add.tpl
index dbf86f0c570baf35fa2a6d7215696667e6e148c5..c81191522c57429941491885e0aef6db7bb0bdf0 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_add" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_add" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" width="480" class="admin_table dashed" align="center">
        <tr>
                <td colspan="3" align="center" class="admin_title bottom2" height="30">
@@ -11,7 +11,7 @@
                <td width="235" align="right">{--ADMIN_ADMINS_ENTER_LOGIN--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td width="235"><input type="text" name="login"
-                       class="admin_normal" size="10" maxlength="255" value="$_POST[login]"></td>
+                       class="admin_normal" size="10" maxlength="255" value="$content[login]" /></td>
        </tr>
        <tr>
                <td colspan="3" height="5" class="seperator">&nbsp;</td>
@@ -20,7 +20,7 @@
                <td align="right">{--ADMIN_ADMINS_ENTER_EMAIL--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td><input type="text" name="email" class="admin_normal"
-                       size="25" maxlength="255" value="$_POST[email]"></td>
+                       size="25" maxlength="255" value="$content[email]" /></td>
        </tr>
        <tr>
                <td colspan="3" height="5" class="seperator">&nbsp;</td>
@@ -29,7 +29,7 @@
                <td align="right">{--ADMIN_ADMINS_ENTER_PASS1--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td><input type="password" name="pass1" class="admin_normal"
-                       size="10" maxlength="255"></td>
+                       size="10" maxlength="255" /></td>
        </tr>
        <tr>
                <td colspan="3" height="5" class="seperator">&nbsp;</td>
@@ -38,7 +38,7 @@
                <td align="right">{--ADMIN_ADMINS_ENTER_PASS2--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
                <td><input type="password" name="pass2" class="admin_normal"
-                       size="10" maxlength="255"></td>
+                       size="10" maxlength="255" /></td>
        </tr>
        <tr>
                <td colspan="3" height="5" class="bottom2 seperator">&nbsp;</td>