diff options
author | ivan <ivan> | 2008-09-04 03:10:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-09-04 03:10:16 +0000 |
commit | 595cdd2ae6e5d74f8c540dcf61862d42e1b9daff (patch) | |
tree | 2dfbd1de67285d7f3625402698fbcb81039bcec3 /httemplate | |
parent | 973f8f53c1c2e6bf1252589c1e0693569b974f5e (diff) |
ask for an EPS for EPS upload, not incorrectly a PNG
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/invoice_logo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/invoice_logo.html b/httemplate/edit/invoice_logo.html index 0c45e4b20..e1c61496f 100644 --- a/httemplate/edit/invoice_logo.html +++ b/httemplate/edit/invoice_logo.html @@ -53,7 +53,7 @@ % if ( $mode eq 'upload' ) { - Upload new logo (PNG format): <INPUT TYPE="file" NAME="new_logo"> + Upload new logo (.<%uc($type)%> format): <INPUT TYPE="file" NAME="new_logo"> <BR><INPUT TYPE="submit" NAME="submit" VALUE="Upload"> % } elsif ( $mode eq 'preview' ) { |