Fixed name in comments

This commit is contained in:
snipe 2020-04-21 06:18:24 -07:00
parent 72b3228d82
commit dc6e329d96
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC
10 changed files with 13 additions and 11 deletions

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: black dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: blue dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: light-blue
* Skin: Blue
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: navy
* Skin: Contrast
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: green dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: orange dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: purple dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: red dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -1,5 +1,5 @@
/*
* Skin: orange
* Skin: yellow dark
* ----------
*/
@import "../bootstrap-less/mixins.less";

View file

@ -35,7 +35,9 @@
{!! $errors->first('asset_tag', '<span class="alert-msg"><i class="fa fa-times"></i> :message</span>') !!}
</div>
<div class="col-md-2 col-sm-12">
<button class="add_field_button btn btn-default btn-sm"><i class="fa fa-plus"></i></button>
<button class="add_field_button btn btn-default btn-sm">
<i class="fa fa-plus"></i>
</button>
</div>
@endif
</div>
@ -75,7 +77,7 @@
@include ('partials.forms.edit.location-select', ['translated_name' => trans('admin/hardware/form.checkout_to'), 'fieldname' => 'assigned_location', 'style' => 'display:none;', 'required' => 'false'])
@endif
@include ('partials.forms.edit.serial', ['translated_serial' => trans('admin/hardware/form.serial')])
@include ('partials.forms.edit.serial', ['fieldname'=> 'serials[1]','translated_serial' => trans('admin/hardware/form.serial')])
@include ('partials.forms.edit.name', ['translated_name' => trans('admin/hardware/form.name')])
@include ('partials.forms.edit.purchase_date')
@include ('partials.forms.edit.supplier-select', ['translated_name' => trans('general.supplier'), 'fieldname' => 'supplier_id'])