diff --git a/system/vendors/mpdf/utils/UnicodeData.txt b/system/vendors/mpdf/utils/UnicodeData.txt index 3da6aca1..f76d12b2 100644 --- a/system/vendors/mpdf/utils/UnicodeData.txt +++ b/system/vendors/mpdf/utils/UnicodeData.txt @@ -2890,8 +2890,8 @@ 0DCF;SINHALA VOWEL SIGN AELA-PILLA;Mc;0;L;;;;;N;;;;; 0DD0;SINHALA VOWEL SIGN KETTI AEDA-PILLA;Mc;0;L;;;;;N;;;;; 0DD1;SINHALA VOWEL SIGN DIGA AEDA-PILLA;Mc;0;L;;;;;N;;;;; -0DD2;SINHALA VOWEL SIGN KETTI IS-PILLA;Mn;0;NSM;;;;;N;;;;; -0DD3;SINHALA VOWEL SIGN DIGA IS-PILLA;Mn;0;NSM;;;;;N;;;;; +0DD2;SINHALA VOWEL SIGN KETTI table-PILLA;Mn;0;NSM;;;;;N;;;;; +0DD3;SINHALA VOWEL SIGN DIGA table-PILLA;Mn;0;NSM;;;;;N;;;;; 0DD4;SINHALA VOWEL SIGN KETTI PAA-PILLA;Mn;0;NSM;;;;;N;;;;; 0DD6;SINHALA VOWEL SIGN DIGA PAA-PILLA;Mn;0;NSM;;;;;N;;;;; 0DD8;SINHALA VOWEL SIGN GAETTA-PILLA;Mc;0;L;;;;;N;;;;; diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl index faa857ce..bdb8bbd7 100644 --- a/ui/ui/hotspot.tpl +++ b/ui/ui/hotspot.tpl @@ -24,7 +24,7 @@
{$_L['Plan_Name']} | diff --git a/ui/ui/pool.tpl b/ui/ui/pool.tpl index 82114b24..f631a944 100644 --- a/ui/ui/pool.tpl +++ b/ui/ui/pool.tpl @@ -1,60 +1,64 @@ {include file="sections/header.tpl"} + +
---|
# | +{$_L['Pool_Name']} | +{$_L['Range_IP']} | +{$_L['Routers']} | +{$_L['Manage']} | +
---|---|---|---|---|
{$no++} | +{$ds['pool_name']} | +{$ds['range_ip']} | +{$ds['routers']} | ++ {$_L['Edit']} + {$_L['Delete']} + | +
# | -{$_L['Pool_Name']} | -{$_L['Range_IP']} | -{$_L['Routers']} | -{$_L['Manage']} | -
---|---|---|---|---|
{$no++} | -{$ds['pool_name']} | -{$ds['range_ip']} | -{$ds['routers']} | -- {$_L['Edit']} - {$_L['Delete']} - | -
{$_L['Plan_Name']} | diff --git a/ui/ui/prepaid.tpl b/ui/ui/prepaid.tpl index fcde4cd3..bbab67af 100644 --- a/ui/ui/prepaid.tpl +++ b/ui/ui/prepaid.tpl @@ -24,7 +24,7 @@
---|
{$_L['Username']} | @@ -48,8 +48,8 @@{$ds['method']} | {$ds['routers']} | - {$_L['Edit']} - {$_L['Delete']} + {$_L['Edit']} + {* {$_L['Delete']} *} |
---|
{$_L['Username']} | {$_L['Plan_Name']} | {$_L['Type']} | diff --git a/ui/ui/print-by-period.tpl b/ui/ui/print-by-period.tpl index 5ca10ee2..5384d837 100644 --- a/ui/ui/print-by-period.tpl +++ b/ui/ui/print-by-period.tpl @@ -24,7 +24,7 @@
---|
{$_L['Username']} | {$_L['Plan_Name']} | {$_L['Type']} | diff --git a/ui/ui/routers.tpl b/ui/ui/routers.tpl index d37d4a8b..2f4afedc 100644 --- a/ui/ui/routers.tpl +++ b/ui/ui/routers.tpl @@ -28,7 +28,7 @@
---|
{$_L['Router_Name']} | @@ -49,7 +49,7 @@{if $ds['enabled'] == 1}Enabled{else}Disabled{/if} | {$_L['Edit']} + class="btn btn-info btn-xs btn-block">{$_L['Edit']} |
---|