From: Joe Z. <jz...@us...> - 2003-05-18 06:37:44
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sc8-pr-cvs1:/tmp/cvs-serv9236/bobs/inc/templates Modified Files: chgadminpwd.thtml Log Message: Convert admin.php to use rfasttemplate class Restructure admin.php to add some basic input validation. Index: chgadminpwd.thtml =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/chgadminpwd.thtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chgadminpwd.thtml 8 May 2003 05:46:51 -0000 1.1 +++ chgadminpwd.thtml 18 May 2003 06:37:41 -0000 1.2 @@ -6,6 +6,8 @@ <div class="errmsg">{ERRMSG}</div> <form action="{PHPSELF}" method="post"> + <input type="hidden" name="form_name" value="chgadminpwd"> + <table align="center" border="0" > <tbody> <tr> @@ -17,9 +19,6 @@ <tr> <td align="right"><p>new password (again): </td> <td align="left"><input type="password" name="newpwd2"></td> - - <!-- pressing Enter will not set "chg_pwd_OK", but this will--> - <td align="left"><input type="hidden" name="chg_pwd_OK" value="OK"></td> </tr> <tr> <td align="center" colspan="2"> |