Hide table toolbar id models are deleted
This commit is contained in:
parent
32b01b8f38
commit
eaf55f5e79
1 changed files with 3 additions and 0 deletions
|
@ -40,12 +40,15 @@
|
||||||
'id' => 'bulkForm']) }}
|
'id' => 'bulkForm']) }}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
|
@if (Input::get('status')!='deleted')
|
||||||
<div id="toolbar">
|
<div id="toolbar">
|
||||||
<select name="bulk_actions" class="form-control select2" style="width: 300px;">
|
<select name="bulk_actions" class="form-control select2" style="width: 300px;">
|
||||||
<option value="edit">Bulk Edit</option>
|
<option value="edit">Bulk Edit</option>
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-primary" id="bulkEdit" disabled>Go</button>
|
<button class="btn btn-primary" id="bulkEdit" disabled>Go</button>
|
||||||
</div>
|
</div>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue