disable status check
This commit is contained in:
@@ -17,13 +17,6 @@
|
||||
<div class="panel-body">
|
||||
<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">
|
||||
<table class="table" id="hutko_payments_table">
|
||||
@@ -52,14 +45,14 @@
|
||||
|
||||
</button>
|
||||
{/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"
|
||||
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'}"
|
||||
data-hutkoOrderPaymentStatus="{$payment->id}">
|
||||
<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"
|
||||
aria-labelledby="hutkoRefundModalLabel-{$payment->id}" aria-hidden="true">
|
||||
<div class="modal-dialog" role="document">
|
||||
|
||||
Reference in New Issue
Block a user