[phpMP-CVS] CVS: phpMP/templates/BlueMP left_column.html,1.3,1.4
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-30 23:13:50
|
Update of /cvsroot/phpmp/phpMP/templates/BlueMP In directory sc8-pr-cvs1:/tmp/cvs-serv31961/templates/BlueMP Modified Files: left_column.html Log Message: A few small updates. Index: left_column.html =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/left_column.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** left_column.html 29 Jun 2003 08:29:24 -0000 1.3 --- left_column.html 30 Jun 2003 23:13:47 -0000 1.4 *************** *** 24,27 **** --- 24,29 ---- <div>{L_USERNAME}: <input type="text" name="login_username" value="" style="width: 100px;" /></div> <div>{L_PASSWORD}: <input type="password" name="login_passwd" value="" style="width: 100px;" /></div> + <div><input type="checkbox" name="autologin" /> Autologin</div> + <div><input type="checkbox" name="invisible_mode" /> Invisible</div> <div><input type="submit" name="login" value="{L_LOGIN}" /></div> <input name="do_login" type="hidden" id="do_login" value="1" /> |