summaryrefslogtreecommitdiff
path: root/httemplate/elements/file-upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/file-upload.html')
-rw-r--r--httemplate/elements/file-upload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/file-upload.html b/httemplate/elements/file-upload.html
index c8b026d..7e2eeef 100644
--- a/httemplate/elements/file-upload.html
+++ b/httemplate/elements/file-upload.html
@@ -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>
% }