forked from kevinowino869/mitrobill
Remove question mark
This commit is contained in:
parent
a0c5cec31e
commit
ad565c15ca
@ -187,7 +187,7 @@
|
|||||||
{if $_bill['status'] != 'on' && $_bill['prepaid'] != 'yes' && $_c['extend_expired']}
|
{if $_bill['status'] != 'on' && $_bill['prepaid'] != 'yes' && $_c['extend_expired']}
|
||||||
<a class="btn btn-warning text-black btn-sm"
|
<a class="btn btn-warning text-black btn-sm"
|
||||||
href="{$_url}home&extend={$_bill['id']}&stoken={App::getToken()}"
|
href="{$_url}home&extend={$_bill['id']}&stoken={App::getToken()}"
|
||||||
onclick="return confirm('{str_replace("\n","\\n",str_replace("\r","",$_c['extend_confirmation']))}?')">{Lang::T('Extend')}</a>
|
onclick="return confirm('{str_replace("\n","\\n",str_replace("\r","",$_c['extend_confirmation']))}')">{Lang::T('Extend')}</a>
|
||||||
{/if}
|
{/if}
|
||||||
<a class="btn btn-primary pull-right btn-sm"
|
<a class="btn btn-primary pull-right btn-sm"
|
||||||
href="{$_url}home&recharge={$_bill['id']}&stoken={App::getToken()}"
|
href="{$_url}home&recharge={$_bill['id']}&stoken={App::getToken()}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user