|
From: Benjamin C. <bc...@us...> - 2001-07-21 17:41:54
|
Update of /cvsroot/phpbt/phpbt/templates In directory usw-pr-cvs1:/tmp/cvs-serv20074 Modified Files: login.html Log Message: Added link to open a new account Index: login.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/login.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- login.html 2001/06/30 17:28:52 1.2 +++ login.html 2001/07/21 17:41:50 1.3 @@ -53,7 +53,12 @@ <td align="right"><input type="submit" value="Go"></td> </tr> <tr> - <td><hr size="1" color="#000000" width="140"></td> + <td align="center"> + <hr size="1" color="#000000" width="140"> + <br> + <br> + <a href="newaccount.php">Open a new account</a> + </td> </tr> </table> </form> |