mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Tighter layout
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
844fe0938c
commit
20e9f05a64
|
@ -106,7 +106,7 @@
|
||||||
<div class="col-md-3 text-right">
|
<div class="col-md-3 text-right">
|
||||||
{{ Form::label('label2_title', trans('admin/settings/general.label2_title'), ['class'=>'control-label']) }}
|
{{ Form::label('label2_title', trans('admin/settings/general.label2_title'), ['class'=>'control-label']) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-7">
|
||||||
{{ Form::text('label2_title', old('label2_title', $setting->label2_title), [ 'class'=>'form-control', 'placeholder'=>$setting->qr_text, 'aria-label'=>'label2_title' ]) }}
|
{{ Form::text('label2_title', old('label2_title', $setting->label2_title), [ 'class'=>'form-control', 'placeholder'=>$setting->qr_text, 'aria-label'=>'label2_title' ]) }}
|
||||||
{!! $errors->first('label2_title', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
{!! $errors->first('label2_title', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
||||||
<p class="help-block">{!! trans('admin/settings/general.label2_title_help') !!}</p>
|
<p class="help-block">{!! trans('admin/settings/general.label2_title_help') !!}</p>
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
<div class="col-md-3 text-right">
|
<div class="col-md-3 text-right">
|
||||||
{{ Form::label('label2_1d_type', trans('admin/settings/general.label2_1d_type'), ['class'=>'control-label']) }}
|
{{ Form::label('label2_1d_type', trans('admin/settings/general.label2_1d_type'), ['class'=>'control-label']) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-7">
|
||||||
@php
|
@php
|
||||||
$select1DValues = [
|
$select1DValues = [
|
||||||
'default' => trans('admin/settings/general.default').' [ '.$setting->alt_barcode.' ]',
|
'default' => trans('admin/settings/general.default').' [ '.$setting->alt_barcode.' ]',
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
<div class="col-md-3 text-right">
|
<div class="col-md-3 text-right">
|
||||||
{{ Form::label('label2_2d_type', trans('admin/settings/general.label2_2d_type'), ['class'=>'control-label']) }}
|
{{ Form::label('label2_2d_type', trans('admin/settings/general.label2_2d_type'), ['class'=>'control-label']) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9">
|
<div class="col-md-7">
|
||||||
@php
|
@php
|
||||||
$select2DValues = [
|
$select2DValues = [
|
||||||
'default' => trans('admin/settings/general.default').' [ '.$setting->barcode_type.' ]',
|
'default' => trans('admin/settings/general.default').' [ '.$setting->barcode_type.' ]',
|
||||||
|
|
Loading…
Reference in a new issue