|
From: Benjamin C. <bc...@us...> - 2001-08-08 04:01:49
|
Update of /cvsroot/phpbt/phpbt/admin/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv16292/admin/templates/default
Modified Files:
wrap.html
Log Message:
Anonymous browsing wrap-up -- It should work now (tm)
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/templates/default/wrap.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wrap.html 2001/08/07 21:50:10 1.3
+++ wrap.html 2001/08/08 04:01:46 1.4
@@ -42,12 +42,13 @@
<!-- BEGIN loginblock -->
<td class="login-box">
<form method="post" action="{me2}">
- <font color="#ff0000"><b>{loginerror}<b></font>
+ <font color="{loginerrorcolor}"><b>{loginerror}<b></font>
Email: <input type="text" name="username" class="login-box">
Password: <input type="password" name="password" class="login-box">
<!--<input type="image" border="0" name="login" value="doit" src="go.gif" width="30" height="20" align="middle" class="login-button">-->
<input type="hidden" name="login" value="1">
<input type="submit" value="Login" class="login-box">
+ <input type="submit" name="sendpass" value="Email Password" class="login-box" title="Forgot your password? Have it sent to you">
</form>
</td>
<!-- END loginblock -->
|