mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
about saved reports box
This commit is contained in:
parent
5f8e91455f
commit
6f6341bc09
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue