Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_edit_user.tpl
index 0c6abc25912c7dd880fd8a649394a0a264970078..a051ad2985bd79427d7cdb6b25dc7dd51be49646 100644 (file)
@@ -1,7 +1,7 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=edit_user&amp;userid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed" align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=edit_user&amp;userid=$content[userid]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="3" align="center" class="admin_title bottom" height="30">
                        <strong>{--ADMIN_EDIT_USER_PROFILE--}: ($content)</strong>
                </td>
        </tr>
@@ -24,7 +24,7 @@
                </td>
        </tr>
        <tr>
-               <td align="right">{--FAMILY_NAME--}:</td>
+               <td align="right">{--FAMILY--}:</td>
                <td class="seperator" width="10">&nbsp;</td>
                <td>
                        <input type="text" name="family" class="admin_normal" size="15" maxlength="255" value="$content[family]" />
                </td>
        </tr>
        <tr>
-               <td class="bottom2" align="right">{--EMAIL_ADDRESS--}:</td>
-               <td class="bottom2 seperator" width="10">&nbsp;</td>
-               <td class="bottom2">
+               <td class="bottom" align="right">{--EMAIL--}:</td>
+               <td class="bottom seperator" width="10">&nbsp;</td>
+               <td class="bottom">
                        <input type="text" name="email" class="admin_normal" size="20" maxlength="255" value="$content[email]" />
                </td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_footer bottom2">
+               <td colspan="3" align="center" class="admin_footer bottom">
                        <div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div>
                </td>
        </tr>
@@ -78,9 +78,9 @@
                </td>
        </tr>
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_PASS2--}:</td>
-               <td class="bottom2 seperator" width="10">&nbsp;</td>
-               <td class="bottom2">
+               <td class="bottom" align="right">{--ADMIN_PASS2--}:</td>
+               <td class="bottom seperator" width="10">&nbsp;</td>
+               <td class="bottom">
                        <input type="password" name="pass2" class="admin_normal" size="5" maxlength="255" />
                </td>
        </tr>