mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-14 15:08:34 +02:00
feat: add plan change and expiry edit messages to notifications
This commit is contained in:
parent
62d94d1756
commit
dd469ebedf
2 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -190,7 +190,7 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<textarea class="form-control" id="edit_expiry_message" name="edit_expiry_message"
|
<textarea class="form-control" id="edit_expiry_message" name="edit_expiry_message"
|
||||||
placeholder="{Lang::T('Dear')} [[name]], {Lang::T('your')} [[plan]] {Lang::T('expiry date has been extended! You can now enjoy seamless internet access until')} [[expiry]]. {Lang::T('Thank you for choosing')} [[company]] {Lang::T('for your internet needs')}!"
|
placeholder="{Lang::T('Dear')} [[name]], {Lang::T('your')} [[plan]] {Lang::T('expiry date has been extended! You can now enjoy seamless internet access until')} [[expiry]]. {Lang::T('Thank you for choosing')} [[company]] {Lang::T('for your internet needs')}!"
|
||||||
rows="4"> {if $_json['edit_expiry_message']!=''}{Lang::htmlspecialchars($_json['edit_expiry_message'])}{else}{Lang::T('Dear')} [[name]], {Lang::T('your')} [[plan]] {Lang::T('expiry date has been extended! You can now enjoy
|
rows="4">{if $_json['edit_expiry_message']!=''}{Lang::htmlspecialchars($_json['edit_expiry_message'])}{else}{Lang::T('Dear')} [[name]], {Lang::T('your')} [[plan]] {Lang::T('expiry date has been extended! You can now enjoy
|
||||||
seamless internet access until')} [[expiry]]. {Lang::T('Thank you for choosing')} [[company]] {Lang::T('for your
|
seamless internet access until')} [[expiry]]. {Lang::T('Thank you for choosing')} [[company]] {Lang::T('for your
|
||||||
internet needs')}! {/if}</textarea>
|
internet needs')}! {/if}</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue