|
From: todd r. <to...@us...> - 2005-03-24 17:08:28
|
Update of /cvsroot/pocolap/pocolap/src/jsps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4972/src/jsps Modified Files: ReptPage.jsp Log Message: Fixed Bug 1169363 - Reset button doesn't work correctly Index: ReptPage.jsp =================================================================== RCS file: /cvsroot/pocolap/pocolap/src/jsps/ReptPage.jsp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ReptPage.jsp 18 Mar 2005 15:53:12 -0000 1.9 --- ReptPage.jsp 24 Mar 2005 17:08:19 -0000 1.10 *************** *** 26,30 **** <p id="wait" style="text-align:center;font-size:14pt;font-family:san-serif;color:red">Please be patient while the report loads</p> <rept:reptgrid /> ! <input type="submit" value="reset" /> </form> </body> --- 26,30 ---- <p id="wait" style="text-align:center;font-size:14pt;font-family:san-serif;color:red">Please be patient while the report loads</p> <rept:reptgrid /> ! <input type="submit" value="reset" onclick="setAction('reset')" /> </form> </body> |