finish the import portion of excel rate edit, RT#5108
[freeside.git] / httemplate / elements / file-upload.html
index c8b026d..7e2eeef 100644 (file)
@@ -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>
 % }