fix translation
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="panel-body">
|
||||
<div id="hutko_payments_list">
|
||||
|
||||
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table" id="hutko_payments_table">
|
||||
<thead>
|
||||
@@ -45,14 +45,6 @@
|
||||
|
||||
</button>
|
||||
{/if}
|
||||
{* <form method="post" id="hutkoStatusForm-{$payment->id|intval}"></form>
|
||||
<button type="submit" class="btn btn-default btn-sm hutko-status-btn"
|
||||
form="hutkoStatusForm-{$payment->id|intval}"
|
||||
data-toggle="modal" data-target="#hutkoStatusModal-{$payment->id}"
|
||||
name="hutkoOrderStatus" value="{$payment->transaction_id|escape:'htmlall':'UTF-8'}"
|
||||
data-hutkoOrderPaymentStatus="{$payment->id}">
|
||||
<i class="icon-info"></i> {l s='Status' d='Modules.Hutko.Admin'}
|
||||
</button> *}
|
||||
<div class="modal fade" id="hutkoRefundModal-{$payment->id}" tabindex="-1" role="dialog"
|
||||
aria-labelledby="hutkoRefundModalLabel-{$payment->id}" aria-hidden="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
|
||||
Reference in New Issue
Block a user