diff --git a/ui/ui/app-notifications.tpl b/ui/ui/app-notifications.tpl index 30220a31..ebbfa6eb 100644 --- a/ui/ui/app-notifications.tpl +++ b/ui/ui/app-notifications.tpl @@ -127,34 +127,36 @@

-
-
- -
- + {if $_c['enable_balance'] == 'yes'} +
+
+ +
+ +
+

+ [[name]] Receiver name.
+ [[balance]] how much balance have been send.
+ [[current_balance]] Current Balance. +

-

- [[name]] Receiver name.
- [[balance]] how much balance have been send.
- [[current_balance]] Current Balance. -

-
-
-
- -
- +
+
+ +
+ +
+

+ [[name]] Sender name.
+ [[balance]] how much balance have been received.
+ [[current_balance]] Current Balance. +

-

- [[name]] Sender name.
- [[balance]] how much balance have been received.
- [[current_balance]] Current Balance. -

-
+ {/if}
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 521f82c7..41c22763 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -60,33 +60,33 @@ .loading { - pointer-events: none; - opacity: 0.7; + pointer-events: none; + opacity: 0.7; } .loading::after { - content: ""; - display: inline-block; - width: 16px; - height: 16px; - vertical-align: middle; - margin-left: 10px; - border: 2px solid #fff; - border-top-color: transparent; - border-radius: 50%; - animation: spin 0.8s infinite linear; + content: ""; + display: inline-block; + width: 16px; + height: 16px; + vertical-align: middle; + margin-left: 10px; + border: 2px solid #fff; + border-top-color: transparent; + border-radius: 50%; + animation: spin 0.8s infinite linear; } @keyframes spin { - 0% { - transform: rotate(0deg); - } + 0% { + transform: rotate(0deg); + } - 100% { - transform: rotate(360deg); - } + 100% { + transform: rotate(360deg); + } } - + {if isset($xheader)} {$xheader} {/if} @@ -183,8 +183,10 @@ {/if}
  • {Lang::T('Recharge Account')}
  • -
  • {Lang::T('Refill Balance')}
  • + {if $_c['enable_balance'] == 'yes'} +
  • {Lang::T('Refill Balance')}
  • + {/if} {$_MENU_PREPAID} @@ -205,8 +207,10 @@ href="{$_url}services/pppoe">{Lang::T('PPPOE Plans')}
  • {Lang::T('Bandwidth Plans')}
  • -
  • {Lang::T('Balance Plans')}
  • + {if $_c['enable_balance'] == 'yes'} +
  • {Lang::T('Balance Plans')}
  • + {/if} {$_MENU_SERVICES} @@ -277,8 +281,9 @@ href="{$_url}pages/Voucher">{Lang::T('Voucher')} Template
  • {Lang::T('Announcement')}
  • -
  • {Lang::T('Customer Announcement')}
  • +
  • {Lang::T('Customer Announcement')} +
  • {Lang::T('Registration Info')}