2017-03-09 09:13:37 +00:00
|
|
|
<div class="pos-bill-toolbar col-xs-9" style="display: flex; width: 70%;">
|
|
|
|
<div class="party-area" style="flex: 1;">
|
|
|
|
<span class="edit-customer-btn text-muted" style="display: inline;">
|
|
|
|
<a class="btn-open no-decoration" title="Edit Customer">
|
|
|
|
<i class="octicon octicon-pencil"></i>
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
</div>
|
2017-03-07 12:44:06 +00:00
|
|
|
<button class="btn btn-default list-customers-btn" style="margin-left: 12px">
|
|
|
|
<i class="octicon octicon-organization"></i>
|
2017-03-06 12:31:58 +00:00
|
|
|
</button>
|
|
|
|
</button> {% if (allow_delete) { %}
|
2017-03-10 09:26:19 +00:00
|
|
|
<button class="btn btn-default btn-danger" style="margin: 0 5px 0 5px">
|
2017-03-06 12:31:58 +00:00
|
|
|
<i class="octicon octicon-trashcan"></i>
|
|
|
|
</button> {% } %}
|
|
|
|
</div>
|