From d6047391feb3236374e16fd73240d9821d77fe06 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 Feb 2005 08:44:40 +0000 Subject: use a javascript layer instead of a browser popup (popup blockers), really generalize the progressbar code to make it easy to use as a component --- httemplate/edit/rate.cgi | 46 +++++++--------------------------------------- 1 file changed, 7 insertions(+), 39 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/rate.cgi b/httemplate/edit/rate.cgi index 1c5d61dc5..ce56768d1 100644 --- a/httemplate/edit/rate.cgi +++ b/httemplate/edit/rate.cgi @@ -32,42 +32,13 @@ END )) %> - - - - - +<%= include('/elements/progress-init.html', + 'OneTrueForm', + [ 'rate', 'min_', 'sec_' ], + 'process/rate.cgi', + $p.'browse/rate.cgi', + ) +%>
@@ -124,9 +95,6 @@ Rate plan
" onClick="document.OneTrueForm.submit.disabled=true; process();"> -Please make sure to allow popups from this site in order to view the progress window. -
-- cgit v1.2.1