mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Use existing class in place of inline styling
This commit is contained in:
parent
b2d0cbb264
commit
c35179b098
|
@ -420,7 +420,7 @@
|
||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
@if (! request()->routeIs('report-templates.edit'))
|
@if (! request()->routeIs('report-templates.edit'))
|
||||||
<div style=padding-bottom:5px>
|
<div class="form-group">
|
||||||
<select
|
<select
|
||||||
id="saved_report_select"
|
id="saved_report_select"
|
||||||
class="form-control select2"
|
class="form-control select2"
|
||||||
|
@ -447,7 +447,7 @@
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
</div>
|
</div>
|
||||||
<div style=padding-bottom:5px>
|
<div class="form-group">
|
||||||
<form method="post" id="savetemplateform" action="{{ route("report-templates.store") }}">
|
<form method="post" id="savetemplateform" action="{{ route("report-templates.store") }}">
|
||||||
@csrf
|
@csrf
|
||||||
<input type="hidden" id="savetemplateform" name="options">
|
<input type="hidden" id="savetemplateform" name="options">
|
||||||
|
|
Loading…
Reference in a new issue