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