mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
commit
295aaa60cf
@ -207,10 +207,10 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div style="display:none">
|
||||
|
||||
{{ Former::select('invoice_design_id')->label('Design')->style('display:inline;width:120px')->raw()
|
||||
->fromQuery($invoiceDesigns, 'name', 'id')->data_bind("value: invoice_design_id") }}
|
||||
</div>
|
||||
|
||||
|
||||
{{ Button::normal('Download PDF', array('onclick' => 'onDownloadClick()')) }}
|
||||
|
||||
@ -558,6 +558,15 @@
|
||||
invoice.imageWidth = {{ $account->getLogoWidth() }};
|
||||
invoice.imageHeight = {{ $account->getLogoHeight() }};
|
||||
@endif
|
||||
|
||||
|
||||
//define logo images
|
||||
|
||||
|
||||
invoice.imageLogo1 = "{{ HTML::image_data('images/report_logo1.jpg') }}";
|
||||
invoice.imageLogoWidth1 =120;
|
||||
invoice.imageLogoHeight1 = 40
|
||||
|
||||
return invoice;
|
||||
}
|
||||
|
||||
|
BIN
public/images/report_logo1.jpg
Normal file
BIN
public/images/report_logo1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
1047
public/js/script.js
Executable file → Normal file
1047
public/js/script.js
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user