From 82879083dd2efddf02192ad48ad0e46e1a16662b Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 27 May 2011 01:11:02 +0000 Subject: invoice batch download fix, #11871 --- httemplate/elements/progress-init.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'httemplate/elements/progress-init.html') diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html index 8b8da66c8..9f17370db 100644 --- a/httemplate/elements/progress-init.html +++ b/httemplate/elements/progress-init.html @@ -11,6 +11,12 @@ In misc/something.html: $p.'misc/process_something.html', { url => $p.'where_to_go_next.html' }, #or { message => 'Finished!' }, + #or { url => $p.'where_to_go.html', + message => 'Finished' }, + # which displays the message, then waits for confirmation before + # redirecting to the URL. + #or { popup_url => $p.'popup_contents.html' } + # which loads that URL into the popup after completion ) %>