From a6211a623e3f7d8f6af8363693e722fd63e8459e Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 16 Jun 2010 02:19:25 +0000 Subject: RT#5683: payment batch upload uses job queue and progressbar --- httemplate/elements/file-upload.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/elements/file-upload.html') diff --git a/httemplate/elements/file-upload.html b/httemplate/elements/file-upload.html index 7e2eeefcd..034eaec38 100644 --- a/httemplate/elements/file-upload.html +++ b/httemplate/elements/file-upload.html @@ -54,10 +54,15 @@ % foreach (@field) { +% if($param{'no_table'}) { + <% shift @label %> +% } +% else { <% shift @label %> +% } % }
-- cgit v1.2.1