diff options
Diffstat (limited to 'httemplate/edit/invoice_logo.html')
| -rw-r--r-- | httemplate/edit/invoice_logo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/invoice_logo.html b/httemplate/edit/invoice_logo.html index e1c61496f..f0064e274 100644 --- a/httemplate/edit/invoice_logo.html +++ b/httemplate/edit/invoice_logo.html @@ -54,7 +54,7 @@ % if ( $mode eq 'upload' ) { Upload new logo (.<%uc($type)%> format): <INPUT TYPE="file" NAME="new_logo"> - <BR><INPUT TYPE="submit" NAME="submit" VALUE="Upload"> + <BR><INPUT TYPE="submit" NAME="submitButton" VALUE="Upload"> % } elsif ( $mode eq 'preview' ) { @@ -71,7 +71,7 @@ % if ( $mode eq 'preview' ) { <BR> - <INPUT TYPE="submit" NAME="submit" VALUE="Change logo"> + <INPUT TYPE="submit" NAME="submitButton" VALUE="Change logo"> % } </FORM> |
