hidden classes updated
This commit is contained in:
		@@ -80,7 +80,7 @@
 | 
			
		||||
                    </li>
 | 
			
		||||
                @endpermission
 | 
			
		||||
 | 
			
		||||
                <li class="nav-item hidden-md">
 | 
			
		||||
                <li class="nav-item d-none d-md-block">
 | 
			
		||||
                    <a class="nav-link" href="{{ url(trans('header.support_link')) }}" target="_blank" title="{{ trans('general.help') }}" role="button" aria-haspopup="true" aria-expanded="false">
 | 
			
		||||
                        <i class="far fa-life-ring"></i>
 | 
			
		||||
                    </a>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,11 +1,11 @@
 | 
			
		||||
@stack('pagination_start')
 | 
			
		||||
    @if ($items->firstItem())
 | 
			
		||||
        <div class="col-6">
 | 
			
		||||
            <span class="table-text hidden-lg">
 | 
			
		||||
            <span class="table-text d-none d-lg-block">
 | 
			
		||||
                {{ trans('general.show') }}
 | 
			
		||||
            </span>
 | 
			
		||||
            {!! Form::select('limit', $limits, request('limit', setting('default.list_limit', '25')), ['class' => 'form-control form-control-sm table-header-search hidden-md', 'onchange' => 'this.form.submit()']) !!}
 | 
			
		||||
            <span class="table-text hidden-lg">
 | 
			
		||||
            {!! Form::select('limit', $limits, request('limit', setting('default.list_limit', '25')), ['class' => 'form-control form-control-sm table-header-search d-none d-md-block', 'onchange' => 'this.form.submit()']) !!}
 | 
			
		||||
            <span class="table-text d-none d-lg-block">
 | 
			
		||||
                {{ trans('pagination.page') }}
 | 
			
		||||
                {{ trans('pagination.showing', ['first' => $items->firstItem(), 'last' => $items->lastItem(), 'total' => $items->total(), 'type' => strtolower((isset($title)) ? $title : trans_choice('general.' . $type, 2))]) }}
 | 
			
		||||
            </span>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,28 +1,26 @@
 | 
			
		||||
<div>
 | 
			
		||||
    <div class="hidden">
 | 
			
		||||
        @if (!empty($setting['name']))
 | 
			
		||||
            <h2>{{ $setting['name'] }}</h2>
 | 
			
		||||
        @endif
 | 
			
		||||
<div class="d-none">
 | 
			
		||||
    @if (!empty($setting['name']))
 | 
			
		||||
        <h2>{{ $setting['name'] }}</h2>
 | 
			
		||||
    @endif
 | 
			
		||||
 | 
			
		||||
        @if (!empty($setting['description']))
 | 
			
		||||
            <div class="well well-sm">{{ $setting['description'] }}</div>
 | 
			
		||||
        @endif
 | 
			
		||||
    </div>
 | 
			
		||||
    <br>
 | 
			
		||||
    @if (!empty($setting['description']))
 | 
			
		||||
        <div class="well well-sm">{{ $setting['description'] }}</div>
 | 
			
		||||
    @endif
 | 
			
		||||
</div>
 | 
			
		||||
<br>
 | 
			
		||||
 | 
			
		||||
    <div class="buttons">
 | 
			
		||||
        <div class="pull-right">
 | 
			
		||||
            {!! Form::open([
 | 
			
		||||
                'url' => $confirm_url,
 | 
			
		||||
                'id' => 'redirect-form',
 | 
			
		||||
                'role' => 'form',
 | 
			
		||||
                'autocomplete' => "off",
 | 
			
		||||
                'novalidate' => 'true'
 | 
			
		||||
            ]) !!}
 | 
			
		||||
                <button @click="onRedirectConfirm" type="button" id="button-confirm" class="btn btn-success">
 | 
			
		||||
                    {{ trans('general.confirm') }}
 | 
			
		||||
                </button>
 | 
			
		||||
            {!! Form::close() !!}
 | 
			
		||||
        </div>
 | 
			
		||||
<div class="buttons">
 | 
			
		||||
    <div class="pull-right">
 | 
			
		||||
        {!! Form::open([
 | 
			
		||||
            'url' => $confirm_url,
 | 
			
		||||
            'id' => 'redirect-form',
 | 
			
		||||
            'role' => 'form',
 | 
			
		||||
            'autocomplete' => "off",
 | 
			
		||||
            'novalidate' => 'true'
 | 
			
		||||
        ]) !!}
 | 
			
		||||
            <button @click="onRedirectConfirm" type="button" id="button-confirm" class="btn btn-success">
 | 
			
		||||
                {{ trans('general.confirm') }}
 | 
			
		||||
            </button>
 | 
			
		||||
        {!! Form::close() !!}
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,4 @@
 | 
			
		||||
<div>
 | 
			
		||||
    <div class="hidden">
 | 
			
		||||
    <div class="d-none">
 | 
			
		||||
        @if (!empty($setting['name']))
 | 
			
		||||
            <h2>{{ $setting['name'] }}</h2>
 | 
			
		||||
        @endif
 | 
			
		||||
@@ -25,4 +24,4 @@
 | 
			
		||||
            {!! Form::close() !!}
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user