+
+ {Lang::T('Package Price')}{if $add_cost!=0} +
{Lang::T('Additional Cost')}{/if} |
From d0a7f2b991511efe4ad21fd1a92b3415be03a600 Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 30 Nov 2024 23:09:06 +0700
Subject: [PATCH 06/13] Update orderHistory.tpl
---
ui/ui/customer/orderHistory.tpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/ui/customer/orderHistory.tpl b/ui/ui/customer/orderHistory.tpl
index d8ed7a54..8d34accd 100644
--- a/ui/ui/customer/orderHistory.tpl
+++ b/ui/ui/customer/orderHistory.tpl
@@ -10,11 +10,11 @@
- {Lang::T('Plan Name')} |
+ {Lang::T('Package Name')} |
{Lang::T('Payment Method')} |
Routers |
{Lang::T('Type')} |
- {Lang::T('Plan Price')} |
+ {Lang::T('Package Price')} |
{Lang::T('Created on')} |
{Lang::T('Expires on')} |
{Lang::T('Date')} |
From 9edb0b4d2f8804a7acd1edb6c87fb379fa3be20e Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 30 Nov 2024 23:10:12 +0700
Subject: [PATCH 07/13] Update orderBalance.tpl
---
ui/ui/customer/orderBalance.tpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/ui/customer/orderBalance.tpl b/ui/ui/customer/orderBalance.tpl
index 82d0844c..bbb6801f 100644
--- a/ui/ui/customer/orderBalance.tpl
+++ b/ui/ui/customer/orderBalance.tpl
@@ -4,7 +4,7 @@
{if $_c['enable_balance'] == 'yes'}
-
+
{foreach $plans_balance as $plan}
@@ -66,4 +66,4 @@
{/if}
-{include file="customer/footer.tpl"}
\ No newline at end of file
+{include file="customer/footer.tpl"}
From 538cf4e675cdb606b9225b54b17c6ba937c41a4f Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 30 Nov 2024 23:11:35 +0700
Subject: [PATCH 08/13] Update login.tpl
---
ui/ui/customer/login.tpl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/ui/customer/login.tpl b/ui/ui/customer/login.tpl
index 9dae48a7..56c72f5f 100644
--- a/ui/ui/customer/login.tpl
+++ b/ui/ui/customer/login.tpl
@@ -26,7 +26,7 @@
{elseif $_c['registration_username'] == 'email'}
{Lang::T('Email')}
{else}
- {Lang::T('Username')}
+ {Lang::T('Usernames')}
{/if}
@@ -41,7 +41,7 @@
class="glyphicon glyphicon-user">
{/if}
+ placeholder="{if $_c['country_code_phone']!= '' || $_c['registration_username'] == 'phone'}{$_c['country_code_phone']} {Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Usernames')}{/if}">
@@ -102,4 +102,4 @@
-{include file="customer/footer-public.tpl"}
\ No newline at end of file
+{include file="customer/footer-public.tpl"}
From 13a2de2664249e5baf01818646f817c20bc11c5b Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 30 Nov 2024 23:12:32 +0700
Subject: [PATCH 09/13] Update login-noreg.tpl
---
ui/ui/customer/login-noreg.tpl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/ui/customer/login-noreg.tpl b/ui/ui/customer/login-noreg.tpl
index a0e6dd2e..45bf3648 100644
--- a/ui/ui/customer/login-noreg.tpl
+++ b/ui/ui/customer/login-noreg.tpl
@@ -22,7 +22,7 @@
{elseif $_c['registration_username'] == 'email'}
{Lang::T('Email')}
{else}
- {Lang::T('Username')}
+ {Lang::T('Usernames')}
{/if}
@@ -37,7 +37,7 @@
class="glyphicon glyphicon-user">
{/if}
+ placeholder="{if $_c['country_code_phone']!= '' || $_c['registration_username'] == 'phone'}{$_c['country_code_phone']} {Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Usernames')}{/if}">
@@ -93,4 +93,4 @@
-{include file="customer/footer-public.tpl"}
\ No newline at end of file
+{include file="customer/footer-public.tpl"}
From 5c5422345477c045966f5398f43aaf20b5da5e58 Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 30 Nov 2024 23:13:57 +0700
Subject: [PATCH 10/13] Update login-custom-moon.tpl
---
ui/ui/customer/login-custom-moon.tpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/ui/customer/login-custom-moon.tpl b/ui/ui/customer/login-custom-moon.tpl
index d4aef38e..1ab80b4e 100644
--- a/ui/ui/customer/login-custom-moon.tpl
+++ b/ui/ui/customer/login-custom-moon.tpl
@@ -507,7 +507,7 @@
@@ -601,4 +601,4 @@
{/if}
|