[Netpass-devel] NetPass/www/htdocs/Admin/Editor edit.mhtml,1.6,1.7
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-09-21 19:51:49
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin/Editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6972/www/htdocs/Admin/Editor Modified Files: edit.mhtml Log Message: BUG: message editor cancel logs you out Index: edit.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/Editor/edit.mhtml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- edit.mhtml 3 Aug 2005 20:22:40 -0000 1.6 +++ edit.mhtml 21 Sep 2005 19:51:40 -0000 1.7 @@ -132,7 +132,7 @@ <input $readOnly type="submit" name="submit" value=" Save Changes " /> <input $readOnly type="submit" name="submit" value=" Save Copy " /> -<input type="button" name="cancel" value=" Cancel " onClick="top.location='index.mhtml'"/> +<input type="button" name="cancel" value=" Cancel " onClick="top.location='index.mhtml?npsess=<%$m->session->{_session_id}%>'"/> </form> |