Update page-edit.tpl

This commit is contained in:
Ahmad Husein 2024-08-17 23:58:27 +07:00 committed by GitHub
parent 6dc957e34a
commit 7d9a4623b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,12 +41,11 @@
{if $PageFile=='Voucher'}
<div class="panel-footer">
<p class="help-block">
<b>[[company_name]]</b> {Lang::T('Your Company Name at Settings.')}<br>
<b>[[price]]</b> {Lang::T('Plan Price.')}<br>
<b>[[voucher_code]]</b> {Lang::T('Voucher Code.')}<br>
<b>[[plan]]</b> {Lang::T('Voucher Plan.')}<br>
<b>[[counter]]</b> {Lang::T('Counter.
')}<br>
<b>[[company_name]]</b> {Lang::T('Your Company Name at Settings')}.<br>
<b>[[price]]</b> {Lang::T('Plan Price')}.<br>
<b>[[voucher_code]]</b> {Lang::T('Voucher Code')}.<br>
<b>[[plan]]</b> {Lang::T('Voucher Plan')}.<br>
<b>[[counter]]</b> {Lang::T('Counter')}.<br>
</p>
</div>
{/if}