mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust layout
This commit is contained in:
parent
3c8b1791ca
commit
0e963f9dce
@ -36,7 +36,7 @@
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">{!! trans('texts.permissions') !!}</h3>
|
<h3 class="panel-title">{!! trans('texts.permissions') !!}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body form-padding-right">
|
<div class="panel-body">
|
||||||
|
|
||||||
@if ( ! Utils::hasFeature(FEATURE_USER_PERMISSIONS))
|
@if ( ! Utils::hasFeature(FEATURE_USER_PERMISSIONS))
|
||||||
<div class="alert alert-warning">{{ trans('texts.upgrade_for_permissions') }}</div>
|
<div class="alert alert-warning">{{ trans('texts.upgrade_for_permissions') }}</div>
|
||||||
@ -54,20 +54,20 @@
|
|||||||
->help(trans('texts.administrator_help')) !!}
|
->help(trans('texts.administrator_help')) !!}
|
||||||
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<table class="table table-striped data-table" >
|
<table class="table table-striped dataTable" >
|
||||||
<thead>
|
<thead>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>{!! Former::checkbox('create')
|
<th style="padding-bottom:0px">{!! Former::checkbox('create')
|
||||||
->text( trans('texts.create') )
|
->text( trans('texts.create') )
|
||||||
->value('create_')
|
->value('create_')
|
||||||
->label(' ')
|
->label(' ')
|
||||||
->id('create_all') !!}</th>
|
->id('create_all') !!}</th>
|
||||||
<th>{!! Former::checkbox('view')
|
<th style="padding-bottom:0px">{!! Former::checkbox('view')
|
||||||
->text( trans('texts.view') )
|
->text( trans('texts.view') )
|
||||||
->value('view_')
|
->value('view_')
|
||||||
->label(' ')
|
->label(' ')
|
||||||
->id('view_all') !!}</th>
|
->id('view_all') !!}</th>
|
||||||
<th>{!! Former::checkbox('edit')
|
<th style="padding-bottom:0px">{!! Former::checkbox('edit')
|
||||||
->text( trans('texts.edit') )
|
->text( trans('texts.edit') )
|
||||||
->value('edit_')
|
->value('edit_')
|
||||||
->label(' ')
|
->label(' ')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user