From: Rob H. <for...@us...> - 2002-06-17 19:45:44
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv5653/templates Modified Files: sandbox.html Log Message: oops, somehow removed the popup stuff from the checkout when I fixed the update. corrected. Index: sandbox.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v retrieving revision 1.19 retrieving revision 1.20 diff -U2 -r1.19 -r1.20 --- sandbox.html 17 Jun 2002 00:51:22 -0000 1.19 +++ sandbox.html 17 Jun 2002 19:45:39 -0000 1.20 @@ -20,5 +20,5 @@ - <form name="module" submit="<TMPL_VAR NAME=PROGNAME>"> + <form name="module" submit="<TMPL_VAR NAME=PROGNAME>" onsubmit="myOpenWindow()" target="popUp"> <input type="hidden" name="action" value="sandbox" /> <tr> |