Display report name in input
This commit is contained in:
parent
d92893b2c7
commit
e791ebbe76
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@
|
||||||
<form method="post" id="savetemplateform" action="{{ route("savedreports/store") }}">
|
<form method="post" id="savetemplateform" action="{{ route("savedreports/store") }}">
|
||||||
@csrf
|
@csrf
|
||||||
<input type="hidden" id="savetemplateform" name="options">
|
<input type="hidden" id="savetemplateform" name="options">
|
||||||
<input type="text" id="name" name="name">
|
<input type="text" id="name" name="name" value="{{ $savedReport->name }}">
|
||||||
{{-- this will be a box to name the report? --}}
|
{{-- this will be a box to name the report? --}}
|
||||||
<button class = "btn btn-primary" style="width: 100%">
|
<button class = "btn btn-primary" style="width: 100%">
|
||||||
{{ trans('admin/reports/general.save_template') }}
|
{{ trans('admin/reports/general.save_template') }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue