Added help text to the report
This commit is contained in:
parent
5cebbbe06a
commit
c92947ad6f
2 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue