15 lines
900 B
Plaintext
15 lines
900 B
Plaintext
<tr id="list-row-{{id}}">
|
|
<td class="list-status">
|
|
<span id="list-needs-help-indicator-{{id}}" class="list-needs-help-indicator {{^needs_help}}hide{{/needs_help}}">?</span>
|
|
<span id="list-needs-payment-indicator-{{id}}" class="list-needs-payment-indicator {{^needs_payment}}hide{{/needs_payment}}">€</span>
|
|
</td>
|
|
<td class="numeric table_number">{{table_number}}</td>
|
|
<td class="section_title">{{section_title}}</td>
|
|
<td class="currency total_list_amount">{{#currency}}{{total_amount}}{{/currency}}</td>
|
|
<td class="actions">
|
|
<button id="list-is-helped-button-{{id}}" class="btn btn-info {{^needs_help}}hide{{/needs_help}}" onclick="Qsupplier.mark_list_as_helped('{{id}}')">Question answered!</button>
|
|
<button class="btn btn-warning" onclick="Qsupplier.close_list('{{id}}')">Close!</button>
|
|
<a href="/supplier/lists/{{id}}" class="btn icon-list"></a>
|
|
</td>
|
|
<tr>
|