Fix button layout for stock table

This commit is contained in:
Oliver Walters 2020-10-01 00:00:37 +10:00
parent 27656633df
commit 81864a6ab8
2 changed files with 20 additions and 18 deletions

View File

@ -114,11 +114,11 @@
</ul>
</div>
</div>
</div>
<div class='filter-list' id='filter-list-parts'>
<!-- Empty div -->
</div>
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar='#button-toolbar' id='part-table'>
</table>

View File

@ -2,6 +2,7 @@
<div id='button-toolbar'>
<div class='button-toolbar container-fluid' style='float: right;'>
<div class='btn-group'>
<button class='btn btn-default' id='stock-export' title='{% trans "Export Stock Information" %}'>{% trans "Export" %}</button>
{% if read_only %}
{% else %}
@ -18,6 +19,7 @@
</ul>
</div>
{% endif %}
</div>
<div class='filter-list' id='filter-list-stock'>
<!-- An empty div in which the filter list will be constructed -->
</div>