From: Sam S. <ssc...@us...> - 2005-05-20 23:06:10
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22831/skins/default Modified Files: password-page.thtml Log Message: Logins now forward to the original page that resulted in the password prompt. XPL reclassification should be nicer, and links directly to a page should work. Index: password-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/password-page.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** password-page.thtml 19 May 2005 22:51:28 -0000 1.6 --- password-page.thtml 20 May 2005 23:06:01 -0000 1.7 *************** *** 17,20 **** --- 17,21 ---- <input type="password" id="thePassword" name="password" /> </td></tr></table> + <input type="hidden" id="next" name="next" value="<TMPL_VAR NAME="Next_Url">" /> <br /> <input type="submit" class="submit" name="submit" value="<TMPL_VAR NAME="Localize_Password_Go">" /> |