mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Migrate Form::close on general settings page
This commit is contained in:
parent
d141675478
commit
894754e8dc
|
@ -366,7 +366,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- Depreciation method -->
|
<!-- Depreciation method -->
|
||||||
<div class="form-group {{ $errors->has('depreciation_method') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('depreciation_method') ? 'error' : '' }}">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
|
@ -374,9 +374,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
{{ Form::select('depreciation_method', array(
|
{{ Form::select('depreciation_method', array(
|
||||||
'default' => 'Linear (default)',
|
'default' => 'Linear (default)',
|
||||||
'half_1' => 'Half-year convention, always applied',
|
'half_1' => 'Half-year convention, always applied',
|
||||||
'half_2' => 'Half-year convention, applied with condition',
|
'half_2' => 'Half-year convention, applied with condition',
|
||||||
), old('username_format', $setting->depreciation_method), ['class' =>'select2', 'style' => 'width: 80%']) }}
|
), old('username_format', $setting->depreciation_method), ['class' =>'select2', 'style' => 'width: 80%']) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -423,7 +423,7 @@
|
||||||
</div> <!-- /.col-md-8-->
|
</div> <!-- /.col-md-8-->
|
||||||
|
|
||||||
|
|
||||||
{{ Form::close() }}
|
</form>
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue