[freeside-commits] freeside/httemplate/elements file-upload.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Tue May 5 03:40:17 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv7610/httemplate/elements

Modified Files:
	file-upload.html 
Log Message:
finish the import portion of excel rate edit, RT#5108

Index: file-upload.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/file-upload.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- file-upload.html	9 Nov 2008 09:14:40 -0000	1.3
+++ file-upload.html	5 May 2009 10:40:15 -0000	1.4
@@ -55,7 +55,7 @@
 
 % foreach (@field) {
     <TR>
-      <TH ALIGN="right"><% shift @label %></TH>
+      <TH ALIGN="<% $param{'label_align'} || 'right' %>"><% shift @label %></TH>
       <TD><INPUT TYPE="file" NAME="<% $_ %>" /></TD>
     </TR>
 % }



More information about the freeside-commits mailing list