|
From: Benjamin C. <bc...@us...> - 2002-03-20 20:01:00
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv10731/templates/default
Modified Files:
wrap.html
Log Message:
Added "Remember me" functionality
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wrap.html 2 Mar 2002 18:49:51 -0000 1.14
+++ wrap.html 20 Mar 2002 20:00:55 -0000 1.15
@@ -55,11 +55,14 @@
<!-- BEGIN loginblock -->
{loginerror}
- {loginlabel}: <input type="text" name="username" class="bottomnavinput">
+ {loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{cookielogin}">
Password: <input type="password" name="password" class="bottomnavinput">
<input type="hidden" name="dologin" value="1">
<input type="submit" value="Login" class="bottomnavinput">
<input type="submit" name="sendpass" value="Email Password" class="bottomnavinput" title="Forgot your password? Have it sent to you">
+ <!-- BEGIN cookieblock -->
+ <input type="checkbox" name="savecookie" value="1" {cookiechecked} class="bottomnavinput" title="Remember {loginlabel} for next time"> Remember me
+ <!-- END cookieblock -->
<!-- END loginblock -->
<!-- BEGIN logoutblock -->
[ Bugs assigned to me: <a href="query.php?op=mybugs&assignedto=1&open=1" title="Open">{owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{owner_closed}</a>
|