[freeside-commits] freeside/httemplate/elements progress-popup.html, 1.11.4.2, 1.11.4.3

Mark Wells mark at wavetail.420.am
Sat Jul 30 16:20:39 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv20096/httemplate/elements

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	progress-popup.html 
Log Message:
rearrange flow of batch download, #947

Index: progress-popup.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/progress-popup.html,v
retrieving revision 1.11.4.2
retrieving revision 1.11.4.3
diff -u -w -d -r1.11.4.2 -r1.11.4.3
--- progress-popup.html	13 Jul 2011 08:11:00 -0000	1.11.4.2
+++ progress-popup.html	30 Jul 2011 23:20:37 -0000	1.11.4.3
@@ -63,12 +63,13 @@
 %   }
 
 % } elsif ( $url ) { 
-
+    parent.nd(1);
     window.top.location.href = '<% $url %>';
 % } elsif ( $popup_url ) {
     document.location.replace('<% $popup_url %>');
 % } else { 
 
+
     alert('job done but no url or message specified');
 % } 
   } else if ( status.indexOf('done') > -1 ) {



More information about the freeside-commits mailing list