Update selectGateway.tpl

This commit is contained in:
Ahmad Husein 2024-08-20 19:40:17 +07:00 committed by GitHub
parent e4c8be2c16
commit 49f3c1a141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
<div class="panel-footer">
<form method="post" action="{$_url}order/buy/{$route2}/{$route3}">
<div class="form-group row">
<label class="col-md-4 ">Payment Gateway</label>
<label class="col-md-4">{Lang::T('Payment Gateway')}</label>
<div class="col-md-8">
<select name="gateway" id="gateway" class="form-control">
{foreach $pgs as $pg}
@ -121,4 +121,4 @@
</div>
</div>
{include file="user-ui/footer.tpl"}
{include file="user-ui/footer.tpl"}