diff options
author | ivan <ivan> | 2009-05-05 10:40:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-05 10:40:15 +0000 |
commit | 791b34f7cb476e7c645d8eb7019dde9fdf5cf663 (patch) | |
tree | 86f450997d706e6a3453162828a46875427d16fd /httemplate/elements/file-upload.html | |
parent | abffd58d0109d62dad8c34f09353a6b3bddd2c03 (diff) |
finish the import portion of excel rate edit, RT#5108
Diffstat (limited to 'httemplate/elements/file-upload.html')
-rw-r--r-- | httemplate/elements/file-upload.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/file-upload.html b/httemplate/elements/file-upload.html index c8b026d04..7e2eeefcd 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> % } |