]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_member_selection_box.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_member_selection_box.tpl
index 01b07a629411303a1d667b046034623b7a510b3c..7834509397326ec8dd8a23d325836d038037ab11 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php" method="GET">
+<form 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" />
                        {--ADMIN_SELECT_USER--}:
-                       <select name="u_id" size="1" class="admin_select">
+                       <select name="uid" size="1" class="admin_select">
                                {!_MEMBER_SELECTION!}
                        </select>
                </td>
@@ -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>