Update sendPlan.tpl

This commit is contained in:
Ahmad Husein 2024-08-29 19:03:57 +07:00 committed by GitHub
parent fe930a1012
commit 463ee27116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
{Lang::moneyFormat($plan['price'])}</td>
</tr>
<tr>
<td>{Lang::T('Validity')}</td>
<td>{Lang::T('Validity Periode')}</td>
<td>{$plan['validity']} {$plan['validity_unit']}</td>
</tr>
</tbody>
@ -53,7 +53,7 @@
</div>
<div class="form-group col-sm-3" align="center">
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
onclick="return confirm('{Lang::T(" Are You Sure?")}')" value="plan"><i
onclick="return confirm('{Lang::T("Are You Sure?")}')" value="plan"><i
class="glyphicon glyphicon-send"></i></button>
</div>
</div>
@ -64,4 +64,4 @@
</div>
</div>
</div>
{include file="user-ui/footer.tpl"}
{include file="user-ui/footer.tpl"}