|
From: Benjamin C. <bc...@us...> - 2001-11-09 17:53:40
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv15037/templates/default
Modified Files:
install-complete.html install.html
Log Message:
Polishing up
Index: install-complete.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install-complete.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install-complete.html 2001/10/30 04:05:59 1.1
+++ install-complete.html 2001/11/09 17:53:37 1.2
@@ -36,7 +36,7 @@
<table border="0" cellpadding="1" cellspacing="3" align="center">
<tr>
<td>Login:</td>
- <td><input type="text" name="login" value="{login}"></td>
+ <td><input type="text" name="username" value="{login}"></td>
</tr>
<td>Password:</td>
<td><input type="password" name="password"></td>
Index: install.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/install.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.html 2001/10/30 04:05:59 1.1
+++ install.html 2001/11/09 17:53:37 1.2
@@ -56,8 +56,12 @@
<td valign="top"><input type="text" name="phpbt_email" value="{phpbt_email}"></td>
</tr>
<tr>
- <td width="150">Admin Login:</td>
- <td><input type="text" name="admin_login" value="{admin_login}"></td>
+ <td width="150">
+ Admin Login:
+ <br>
+ (Must be a valid email address)
+ </td>
+ <td valign="top"><input type="text" name="admin_login" value="{admin_login}"></td>
</tr>
<tr>
<td width="150">Admin Password:</td>
|