hide button and checkbox [skip ci]

This commit is contained in:
James Cole 2020-03-22 08:18:38 +01:00
parent 87273e232a
commit 5ee1f322d0
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -10,7 +10,7 @@ TODO: hide and show columns
{% else %} {% else %}
<td colspan="7" class="no-margin-pagination">{{ groups.render|raw }}</td> <td colspan="7" class="no-margin-pagination">{{ groups.render|raw }}</td>
{% endif %} {% endif %}
<td colspan="1"> <td colspan="1" class="hidden-xs">
<div class="pull-right"> <div class="pull-right">
<input id="list_ALL" value="1" name="select-all" type="checkbox" class="select-all form-check-inline"/> <input id="list_ALL" value="1" name="select-all" type="checkbox" class="select-all form-check-inline"/>
</div> </div>