mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 10:50:54 -04:00
Added help text to the report
This commit is contained in:
parent
5cebbbe06a
commit
c92947ad6f
@ -2356,6 +2356,7 @@ $LANG = array(
|
|||||||
'template' => 'Template',
|
'template' => 'Template',
|
||||||
'start_of_week_help' => 'Used by the <b>date</b> selector',
|
'start_of_week_help' => 'Used by the <b>date</b> selector',
|
||||||
'financial_year_start_help' => 'Used by the <b>date range</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>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<div style="color:#888888">
|
||||||
|
{{ trans('texts.reports_help') }}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user