mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 20:34:56 +02:00
Update selectGateway.tpl
This commit is contained in:
parent
e4c8be2c16
commit
49f3c1a141
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
<form method="post" action="{$_url}order/buy/{$route2}/{$route3}">
|
<form method="post" action="{$_url}order/buy/{$route2}/{$route3}">
|
||||||
<div class="form-group row">
|
<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">
|
<div class="col-md-8">
|
||||||
<select name="gateway" id="gateway" class="form-control">
|
<select name="gateway" id="gateway" class="form-control">
|
||||||
{foreach $pgs as $pg}
|
{foreach $pgs as $pg}
|
||||||
|
@ -121,4 +121,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="user-ui/footer.tpl"}
|
{include file="user-ui/footer.tpl"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue