[freeside-commits] freeside/httemplate/elements progress-popup.html, 1.13, 1.13.2.1

Mark Wells mark at wavetail.420.am
Sat Jul 30 16:14:25 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_3_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.13
retrieving revision 1.13.2.1
diff -u -w -d -r1.13 -r1.13.2.1
--- progress-popup.html	13 Jul 2011 01:22:19 -0000	1.13
+++ progress-popup.html	30 Jul 2011 23:14:22 -0000	1.13.2.1
@@ -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