[freeside-commits] freeside/httemplate/elements progress-popup.html, 1.13, 1.14
Mark Wells
mark at wavetail.420.am
Sat Jul 30 16:13:42 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv19526/httemplate/elements
Modified Files:
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.14
diff -u -w -d -r1.13 -r1.14
--- progress-popup.html 13 Jul 2011 01:22:19 -0000 1.13
+++ progress-popup.html 30 Jul 2011 23:13:39 -0000 1.14
@@ -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