diff --git a/ui/ui/app-notifications.tpl b/ui/ui/app-notifications.tpl index ebbfa6eb..5fef7a71 100644 --- a/ui/ui/app-notifications.tpl +++ b/ui/ui/app-notifications.tpl @@ -20,9 +20,11 @@ rows="3">{if $_json['expired']!=''}{Lang::htmlspecialchars($_json['expired'])}{else}Hello [[name]], your internet package [[package]] has been expired.{/if}

- [[name]] will be replaced with Customer Name. - [[package]] will be replaced with Package name. - [[price]] will be replaced with Package price. + [[name]] will be replaced with Customer Name.
+ [[username]] will be replaced with Customer username.
+ [[package]] will be replaced with Package name.
+ [[price]] will be replaced with Package price.
+ [[bills]] aditional bills for customers

@@ -34,10 +36,12 @@ rows="3">{Lang::htmlspecialchars($_json['reminder_7_day'])}

- [[name]] will be replaced with Customer Name. - [[package]] will be replaced with Package name. - [[price]] will be replaced with Package price. - [[expired_date]] will be replaced with Expiration date. + [[name]] will be replaced with Customer Name.
+ [[username]] will be replaced with Customer username.
+ [[package]] will be replaced with Package name.
+ [[price]] will be replaced with Package price.
+ [[expired_date]] will be replaced with Expiration date.
+ [[bills]] aditional bills for customers

@@ -49,10 +53,12 @@ rows="3">{Lang::htmlspecialchars($_json['reminder_3_day'])}

- [[name]] will be replaced with Customer Name. - [[package]] will be replaced with Package name. - [[price]] will be replaced with Package price. - [[expired_date]] will be replaced with Expiration date. + [[name]] will be replaced with Customer Name.
+ [[username]] will be replaced with Customer username.
+ [[package]] will be replaced with Package name.
+ [[price]] will be replaced with Package price.
+ [[expired_date]] will be replaced with Expiration date.
+ [[bills]] aditional bills for customers

@@ -64,10 +70,12 @@ rows="3">{Lang::htmlspecialchars($_json['reminder_1_day'])}

- [[name]] will be replaced with Customer Name. - [[package]] will be replaced with Package name. - [[price]] will be replaced with Package price. - [[expired_date]] will be replaced with Expiration date. + [[name]] will be replaced with Customer Name.
+ [[username]] will be replaced with Customer username.
+ [[package]] will be replaced with Package name.
+ [[price]] will be replaced with Package price.
+ [[expired_date]] will be replaced with Expiration date.
+ [[bills]] aditional bills for customers

@@ -94,7 +102,8 @@ [[user_name]] Username internet.
[[user_password]] User password.
[[expired_date]] Expired datetime.
- [[footer]] Invoice Footer. + [[footer]] Invoice Footer.
+ [[note]] For Notes by admin.