]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_member_selection_box.tpl
Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_member_selection_box.tpl
index 01b07a629411303a1d667b046034623b7a510b3c..6672c307f2db3e0373b0ce64dbf1914f1ce79f86 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php" method="GET">
+<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
 <table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom2" height="25">
        </tr>
        <tr>
                <td align="center">
-                       <INPUT type="hidden" name="module" value="admin" />
-                       <INPUT type="hidden" name="what" value="$content" />
+                       <input type="hidden" name="module" value="admin" />
+                       <input type="hidden" name="what" value="$content[what]" />
                        {--ADMIN_SELECT_USER--}:
-                       <select name="u_id" size="1" class="admin_select">
-                               {!_MEMBER_SELECTION!}
+                       <select name="userid" size="1" class="admin_select">
+                               $content[member_selection]
                        </select>
                </td>
        </tr>
@@ -26,8 +26,8 @@
        </tr>
        <tr>
                <td align="center" class="admin_footer">
-                       <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <INPUT type="submit" class="admin_submit" value="{--ADMIN_DO_ACTION--}" />
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="admin_submit" value="{--ADMIN_DO_ACTION--}" />
                </td>
        </tr>
 </table>