[freeside-commits] freeside/httemplate/elements file-upload.html, 1.4, 1.4.2.1
Mark Wells
mark at wavetail.420.am
Tue Jun 15 19:19:27 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv28360/httemplate/elements
Modified Files:
Tag: FREESIDE_1_9_BRANCH
file-upload.html
Log Message:
RT#5683: payment batch upload uses job queue and progressbar
Index: file-upload.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/file-upload.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -w -d -r1.4 -r1.4.2.1
--- file-upload.html 5 May 2009 10:40:15 -0000 1.4
+++ file-upload.html 16 Jun 2010 02:19:25 -0000 1.4.2.1
@@ -54,11 +54,16 @@
<INPUT TYPE="hidden" NAME="upload_fields" VALUE="<% join(',', @field) %>" />
% foreach (@field) {
+% if($param{'no_table'}) {
+ <% shift @label %> <INPUT TYPE="file" NAME="<% $_ %>" />
+% }
+% else {
<TR>
<TH ALIGN="<% $param{'label_align'} || 'right' %>"><% shift @label %></TH>
<TD><INPUT TYPE="file" NAME="<% $_ %>" /></TD>
</TR>
% }
+% }
<DIV STYLE="display:<% $param{debug} ? 'visible' : 'none' %>">
Debugging: <PRE ID="r"></PRE>
More information about the freeside-commits
mailing list