]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_member_selection_box.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_member_selection_box.tpl
index d88556c98ce121dca4628d50ac079b318d8cca2a..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>
                <td align="center">
                        <input type="hidden" name="module" value="admin" />
-                       <input type="hidden" name="what" value="$content" />
+                       <input type="hidden" name="what" value="$content[what]" />
                        {--ADMIN_SELECT_USER--}:
-                       <select name="uid" size="1" class="admin_select">
-                               {!_MEMBER_SELECTION!}
+                       <select name="userid" size="1" class="admin_select">
+                               $content[member_selection]
                        </select>
                </td>
        </tr>