diff options
author | ivan <ivan> | 2008-11-09 09:14:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-09 09:14:40 +0000 |
commit | 63ec397ccea7b71f6ae9b77db7f905c1a56d430d (patch) | |
tree | de705c19a8b6c1190b8740c5f0381e43163cdadc /httemplate/elements | |
parent | 54d73dfad0b27edd10ec7c917a96c88d45ad6789 (diff) |
add a global countrycode to phone_avail import and a conf for the default (some other conf values snuck in also, oh well)
Diffstat (limited to 'httemplate/elements')
-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 023bffb1e..c8b026d04 100644 --- a/httemplate/elements/file-upload.html +++ b/httemplate/elements/file-upload.html @@ -55,7 +55,7 @@ % foreach (@field) { <TR> - <TH><% shift @label %></TH> + <TH ALIGN="right"><% shift @label %></TH> <TD><INPUT TYPE="file" NAME="<% $_ %>" /></TD> </TR> % } |