mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Added help text to the report
This commit is contained in:
parent
5cebbbe06a
commit
c92947ad6f
@ -2356,6 +2356,7 @@ $LANG = array(
|
||||
'template' => 'Template',
|
||||
'start_of_week_help' => 'Used by the <b>date</b> selector',
|
||||
'financial_year_start_help' => 'Used by the <b>date range</b> selector',
|
||||
'reports_help' => 'Shift + Click to sort by multple columns, Ctrl + Click to clear the grouping.'
|
||||
|
||||
);
|
||||
|
||||
|
@ -221,6 +221,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
<div style="color:#888888">
|
||||
{{ trans('texts.reports_help') }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user