|
From: Markus P. <mar...@us...> - 2005-04-20 17:06:30
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19152 Modified Files: mx_login.tpl Log Message: Fix missing </span> in mx_login.tpl Index: mx_login.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_login.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_login.tpl 19 Apr 2005 17:18:48 -0000 1.6 --- mx_login.tpl 20 Apr 2005 17:06:19 -0000 1.7 *************** *** 6,10 **** {L_PASSWORD}:<br /><input class="post" type="password" name="password" size="10" /><br /> <input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br /> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> </form> </td> --- 6,10 ---- {L_PASSWORD}:<br /><input class="post" type="password" name="password" size="10" /><br /> <input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br /> ! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></span> </form> </td> |