|
From: OryNider <ory...@us...> - 2007-12-17 06:56:54
|
Update of /cvsroot/mxbb/core/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7026/_core Modified Files: login_body.tpl Log Message: Index: login_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/login_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** login_body.tpl 9 Sep 2007 16:50:45 -0000 1.1 --- login_body.tpl 17 Dec 2007 06:56:50 -0000 1.2 *************** *** 32,36 **** <!-- END switch_allow_autologin --> <tr align="center"> ! <td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td> </tr> <tr align="center"> --- 32,39 ---- <!-- END switch_allow_autologin --> <tr align="center"> ! <td colspan="2"> ! {S_HIDDEN_FIELDS} ! <input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /> ! </td> </tr> <tr align="center"> |