All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / member / member_transfer_new.tpl
index dcda3e05bddbc260273b304fd22ef097a7623e59..67ef34ff26a29de86851195580f9887a1598c6b8 100644 (file)
@@ -20,7 +20,7 @@
                </td>
                <td width="10" class="bottom2 right2 seperator">&nbsp;</td>
                <td width="10" class="bottom2 seperator">&nbsp;</td>
-               <td class="bottom2"><INPUT type="text" name="points"
+               <td class="bottom2"><input type="text" name="points"
                        class="member_normal" size="5" maxlength="10"
                        value="{!__TRANSFER_POINTS_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
                {!POINTS!}</td>
@@ -30,7 +30,7 @@
                </td>
                <td width="10" class="bottom2 right2 seperator">&nbsp;</td>
                <td width="10" class="bottom2 seperator">&nbsp;</td>
-               <td class="bottom2"><INPUT type="text" name="reason"
+               <td class="bottom2"><input type="text" name="reason"
                        class="member_normal" size="30" maxlength="255"
                        value="{!__TRANSFER_REASON_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
                </td>
                </td>
                <td width="10" class="bottom2 right2 seperator">&nbsp;</td>
                <td width="10" class="bottom2 seperator">&nbsp;</td>
-               <td class="bottom2"><INPUT type="password" name="password"
+               <td class="bottom2"><input type="password" name="password"
                        class="member_normal" size="10" maxlength="255"{!__TRANSFER_TO_DISABLED!}>
                </td>
        </tr>
        <tr>
-               <td colspan="4" align="center" class="member_footer"><INPUT
+               <td colspan="4" align="center" class="member_footer"><input
                        type="reset" class="member_reset" value="{--CLEAR_FORM--}"{!__TRANSFER_TO_DISABLED!}>
-               <INPUT type="submit" name="ok" class="member_submit"
+               <input type="submit" name="ok" class="member_submit"
                        value="{--TRANSFER_ADD_NEW--}"{!__TRANSFER_TO_DISABLED!}></td>
        </tr>
 </table>