12 lines
499 B
HTML
12 lines
499 B
HTML
<div class="pos-bill-toolbar" style="display: flex;">
|
|
<div class="party-area" style="flex: 1;"></div>
|
|
<button class="btn btn-default list-customers-btn" style="margin: 0 5px 0 15px;">
|
|
<i class="fa fa-list"></i>
|
|
</button>
|
|
<button class="btn btn-default add-customer-btn">
|
|
<i class="fa fa-plus"></i>
|
|
</button> {% if (allow_delete) { %}
|
|
<button class="btn btn-default btn-danger" style="margin: 0 5px 0 5px;display:none">
|
|
<i class="octicon octicon-trashcan"></i>
|
|
</button> {% } %}
|
|
</div> |