mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
hide button and checkbox [skip ci]
This commit is contained in:
parent
87273e232a
commit
5ee1f322d0
@ -10,7 +10,7 @@ TODO: hide and show columns
|
||||
{% else %}
|
||||
<td colspan="7" class="no-margin-pagination">{{ groups.render|raw }}</td>
|
||||
{% endif %}
|
||||
<td colspan="1">
|
||||
<td colspan="1" class="hidden-xs">
|
||||
<div class="pull-right">
|
||||
<input id="list_ALL" value="1" name="select-all" type="checkbox" class="select-all form-check-inline"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user