This commit is contained in:
akemidx 2023-12-12 19:03:09 -05:00
parent e9e68171bb
commit ca35b66597

View file

@ -361,7 +361,7 @@
</button> </button>
</div> </div>
</div> <!--/.box.box-default--> </div> <!--/.box.box-default-->
{{ Form::close() }} {{ Form::close() }} {{--does this need to be at the bottom of all our new stuff?--}}
</div> </div>
<div class="col-md-2"> <div class="col-md-2">
@ -369,7 +369,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" value="{{ $savedReport->name }}"> <input type="text" id="name" name="name" value="{{ $savedReport->name }}"> {{--this means that the name of a loaded report is in the input box. could lead to confusion with update--}}
<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') }}
</button> </button>
@ -397,7 +397,7 @@
</select> </select>
@if($saved_reports->first()!="") @if($saved_reports->first()!="")
<button class = "btn btn-success" style="width: 32%"> <button type="submit" class="btn btn-success" style="width: 32%">
<i class="fas fa-download icon-white" aria-hidden="true"></i> <i class="fas fa-download icon-white" aria-hidden="true"></i>
</button> </button>
<button class="btn btn-primary" style="width: 32%"> <button class="btn btn-primary" style="width: 32%">