perf: PayPal note modal 显示custom

webht/payment
Lei OT 12 months ago
parent 2a56950e72
commit 6f91702704

@ -37,6 +37,10 @@
} ?> } ?>
</dd> </dd>
</dl> </dl>
<dl class="dl-horizontal">
<dt>Custom</dt>
<dd><?php echo $note->pn_custom ?></dd>
</dl>
<dl class="dl-horizontal"> <dl class="dl-horizontal">
@ -44,10 +48,10 @@
<dd> <dd>
<div class="input-group"> <div class="input-group">
<input type="text" class="form-control" id="pn_invoice" name="pn_invoice" value="<?php echo !empty($pn_invoice) ? $pn_invoice : $note->pn_invoice; ?>" <input type="text" class="form-control" id="pn_invoice" name="pn_invoice" value="<?php echo !empty($pn_invoice) ? $pn_invoice : $note->pn_invoice; ?>"
<?php <?php
if ($group_accout_info['GAI_State'] > 0) { ?> if ($group_accout_info['GAI_State'] > 0) { ?>
disabled="disabled" disabled="disabled"
<?php } ?> <?php } ?>
> >
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-default" type="button" onclick="show_order_modal('<?php echo $note->pn_txn_id; ?>', 0, $('#pn_invoice').val())"><span class="glyphicon glyphicon-search"></span></button> <button class="btn btn-default" type="button" onclick="show_order_modal('<?php echo $note->pn_txn_id; ?>', 0, $('#pn_invoice').val())"><span class="glyphicon glyphicon-search"></span></button>

Loading…
Cancel
Save