mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 16:21:25 +02:00
Update activation.tpl
This commit is contained in:
parent
80d213bea3
commit
5f0df84fe7
1 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@
|
||||||
<form method="post" role="form" action="{Text::url('voucher/activation-post')}">
|
<form method="post" role="form" action="{Text::url('voucher/activation-post')}">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control" id="code" name="code" value="{$code}"
|
<input type="text" class="form-control" id="code" name="code" value="{$code|escape:'html'}"
|
||||||
placeholder="{Lang::T('Enter voucher code here')}">
|
placeholder="{Lang::T('Enter voucher code here')}">
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<a class="btn btn-default"
|
<a class="btn btn-default"
|
||||||
href="{$app_url}/scan/?back={urlencode(Text::url('voucher/activation&code='))}"><i
|
href="{$app_url|escape:'html'}/scan/?back={urlencode(Text::url('voucher/activation&code='))}"><i
|
||||||
class="glyphicon glyphicon-qrcode"></i></a>
|
class="glyphicon glyphicon-qrcode"></i></a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue