about saved reports box

This commit is contained in:
akemidx 2024-01-10 16:33:35 -05:00
parent 5f8e91455f
commit 6f6341bc09
2 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,8 @@
return array(
'error' => 'You must select at least ONE option.',
'no_report_permission' => 'Template does not exist or you do not have permission to view it.',
'about_reports' => 'About Saved Reports',
'saving_reports_description' => 'Select your options, then enter the name of your report in the box above and click the \'Save Template\' button. Use the dropdown to select a previously saved report.',
'create' => [
'success' => 'Report saved successfully',

View file

@ -487,6 +487,13 @@
</form>
</div>
@endif
<br>
<h4>{{ trans('admin/reports/message.about_reports') }}</h4>
<div class="box box-success">
<div class="box-body">
<p>{!! trans('admin/reports/message.saving_reports_description') !!}</p>
</div>
</div>
</div>
</div>