auto-hide bulk action & remove dated comments
This commit is contained in:
parent
d0f53e5818
commit
759c9ff311
2 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label for="create_state_id" class="input-group-addon">Status</label>
|
<label for="create_state_id" class="input-group-addon">Status</label>
|
||||||
<!-- label and select have to be siblings -->
|
|
||||||
<select id="create_state_id" class="form-control" name="state_id">
|
<select id="create_state_id" class="form-control" name="state_id">
|
||||||
<option value="" selected="">-</option>
|
<option value="" selected="">-</option>
|
||||||
<option value="4">geschlossen</option>
|
<option value="4">geschlossen</option>
|
||||||
|
@ -26,8 +25,6 @@
|
||||||
</select>
|
</select>
|
||||||
<!--
|
<!--
|
||||||
there can't be any other elements in .input-group
|
there can't be any other elements in .input-group
|
||||||
otherwise we loose the rounded borders on the dropdown
|
|
||||||
(bootstrap css)
|
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
<span class="help-inline"></span>
|
<span class="help-inline"></span>
|
||||||
|
|
|
@ -18,5 +18,5 @@
|
||||||
<div class="table-overview"></div>
|
<div class="table-overview"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bulk-action"></div>
|
<div class="bulk-action hide"></div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue