[pLog-svn] r5235 - plog/branches/lifetype-1.2/templates/wizard

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Mar 30 16:26:12 EDT 2007


Author: oscar
Date: 2007-03-30 16:26:12 -0400 (Fri, 30 Mar 2007)
New Revision: 5235

Modified:
   plog/branches/lifetype-1.2/templates/wizard/fix120.template
Log:
Fixed a bug with the form not being automatically submitted, and added a 1 second wait between reloads so that we give the remote server a break and allow the client browser to repaint the screen before the form is submitted again (otherwise users can't even see what is going on or our progress messages)

Modified: plog/branches/lifetype-1.2/templates/wizard/fix120.template
===================================================================
--- plog/branches/lifetype-1.2/templates/wizard/fix120.template	2007-03-30 20:21:19 UTC (rev 5234)
+++ plog/branches/lifetype-1.2/templates/wizard/fix120.template	2007-03-30 20:26:12 UTC (rev 5235)
@@ -39,7 +39,7 @@
 {if !$complete  && !$viewIsError}
  <!-- let's make the document submit itself -->
  <script type="text/javascript">
-  document.update3.submit();
+  setTimeout( "document.fix120.submit()", 1000 );
  </script>
 {/if}
 {include file="wizard/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list