mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 02:04:35 -04:00
Minor fixes
This commit is contained in:
parent
55bdc6b1cc
commit
40665bb5b0
@ -58,7 +58,7 @@ class GenericReportRequest extends Request
|
|||||||
$input['start_date'] = null;
|
$input['start_date'] = null;
|
||||||
$input['end_date'] = null;
|
$input['end_date'] = null;
|
||||||
}
|
}
|
||||||
|
nlog($input);
|
||||||
|
|
||||||
$this->replace($input);
|
$this->replace($input);
|
||||||
}
|
}
|
||||||
|
@ -4586,7 +4586,7 @@ $LANG = array(
|
|||||||
'alternate_pdf_viewer' => 'Alternate PDF Viewer',
|
'alternate_pdf_viewer' => 'Alternate PDF Viewer',
|
||||||
'alternate_pdf_viewer_help' => 'Improve scrolling over the PDF preview [BETA]',
|
'alternate_pdf_viewer_help' => 'Improve scrolling over the PDF preview [BETA]',
|
||||||
'currency_cayman_island_dollar' => 'Cayman Island Dollar',
|
'currency_cayman_island_dollar' => 'Cayman Island Dollar',
|
||||||
'download_report_description' => 'Please see attached file to check your report.',
|
'download_report_description' => 'Your report(s) are attached.',
|
||||||
'left' => 'Left',
|
'left' => 'Left',
|
||||||
'right' => 'Right',
|
'right' => 'Right',
|
||||||
'center' => 'Center',
|
'center' => 'Center',
|
||||||
|
@ -2,17 +2,5 @@
|
|||||||
<div class="center">
|
<div class="center">
|
||||||
<h1>{{ ctrans('texts.download_files') }}</h1>
|
<h1>{{ ctrans('texts.download_files') }}</h1>
|
||||||
<p>{{ ctrans('texts.download_report_description') }}</p>
|
<p>{{ ctrans('texts.download_report_description') }}</p>
|
||||||
|
|
||||||
<table border="0" cellspacing="0" cellpadding="0" align="center">
|
|
||||||
<tr style="border: 0 !important; ">
|
|
||||||
<td class="new_button" style="padding: 12px 18px 12px 18px; border-radius:5px;" align="center">
|
|
||||||
|
|
||||||
<a href="{{ $url }}" target="_blank" style="border: 0 !important;font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; display: inline-block;"> {{ ctrans('texts.download') }}</a>
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user