add a global countrycode to phone_avail import and a conf for the default (some other...
[freeside.git] / httemplate / elements / file-upload.html
index 023bffb..c8b026d 100644 (file)
@@ -55,7 +55,7 @@
 
 % foreach (@field) {
     <TR>
-      <TH><% shift @label %></TH>
+      <TH ALIGN="right"><% shift @label %></TH>
       <TD><INPUT TYPE="file" NAME="<% $_ %>" /></TD>
     </TR>
 % }