|
From: Benjamin C. <bc...@us...> - 2002-10-20 02:51:50
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv30227/templates/default
Modified Files:
login.html
Log Message:
Make the default button 'go' rather than 'email my password'
Index: login.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/login.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- login.html 11 Apr 2002 20:29:34 -0000 1.3
+++ login.html 20 Oct 2002 02:51:48 -0000 1.4
@@ -10,7 +10,7 @@
<br>
<div align='center'><b>User Login</b></div>
<br>
-
+
<form action='index.php' method='post'>
<table border="0">
<?php global $username, $emailsuccess; if (isset($username)) { ?>
@@ -42,8 +42,8 @@
</tr>
<tr>
<td align="right">
- <input type="submit" name="sendpass" value="Email my password">
<input type="submit" value="Go">
+ <input type="submit" name="sendpass" value="Email my password">
<input type="hidden" name="dologin" value="1">
</td>
</tr>
|