|
From: FlorinCB <ory...@us...> - 2009-01-10 17:41:10
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2098 Modified Files: login_body.html Log Message: removed duplicate template code in subsilver2 login Index: login_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/login_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** login_body.html 10 Jan 2009 16:55:53 -0000 1.1 --- login_body.html 10 Jan 2009 17:41:05 -0000 1.2 *************** *** 29,38 **** <!-- IF U_RESEND_ACTIVATION and not S_ADMIN_AUTH --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF --> </td> ! </tr> ! <!-- BEGIN switch_allow_autologin --> ! <tr align="center"> ! <td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td> ! </tr> ! <!-- END switch_allow_autologin --> <tr align="center"> <td colspan="2"> --- 29,45 ---- <!-- IF U_RESEND_ACTIVATION and not S_ADMIN_AUTH --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF --> </td> ! </tr> ! <!-- IF S_DISPLAY_FULL_LOGIN --> ! <!-- IF S_AUTOLOGIN_ENABLED --> ! <tr> ! <td> </td> ! <td><input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_AUTO_LOGIN}</span></td> ! </tr> ! <!-- ENDIF --> ! <tr> ! <td> </td> ! <td><input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_HIDE_ME}</span></td> ! </tr> ! <!-- ENDIF --> <tr align="center"> <td colspan="2"> |