From 03bfa825f47a35ff8fac5c9a0ffa95107687901c Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 13 Dec 2007 21:27:59 +0000 Subject: Added a routine to sanitize the CGI variables. Needed for some CSV exports routines. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1978 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/payments/check_job.html | 6 ++---- UI/payments/payments_detail.html | 26 ++++++++++++++++++-------- UI/payments/payments_filter.html | 13 +++---------- 3 files changed, 23 insertions(+), 22 deletions(-) (limited to 'UI') diff --git a/UI/payments/check_job.html b/UI/payments/check_job.html index 18f786cc..b59caeab 100644 --- a/UI/payments/check_job.html +++ b/UI/payments/check_job.html @@ -6,7 +6,7 @@ ] titlebar = text('Checking Job') # ' refresh = { - url = "payment.pl?job_id=${job_id}&account_class=${account_class}" + url = "payment.pl?job_id=${job_id}&account_class=${account_class}&action=check_job" delay = 20 } ?> @@ -18,19 +18,17 @@ ELSE; text('Status: Complete'); END ?> - +
-

- diff --git a/UI/payments/payments_detail.html b/UI/payments/payments_detail.html index f926c041..0e931ddc 100644 --- a/UI/payments/payments_detail.html +++ b/UI/payments/payments_detail.html @@ -137,14 +137,18 @@ -
- +
+ + + + + -- + +
@@ -270,6 +274,12 @@ class = "submit" name = 'action' } ?> + diff --git a/UI/payments/payments_filter.html b/UI/payments/payments_filter.html index 6ae341dd..c92a57c2 100644 --- a/UI/payments/payments_filter.html +++ b/UI/payments/payments_filter.html @@ -105,22 +105,15 @@ -
- - + } ?>