diff --git a/system/lan/english.json b/system/lan/english.json index 451a8d4f..9865a3b2 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -484,7 +484,6 @@ "Current_Cycle": "Current Cycle", "Additional_Cost": "Additional Cost", "Remaining": "Remaining", - "": "", "Not_Found": "Not Found", "Cash": "Cash", "Payment_not_found": "Payment not found", @@ -492,19 +491,13 @@ "Cache_cleared_successfully_": "Cache cleared successfully!", "Paid": "Paid", "Send_Message": "Send Message", - "Send_SMS_WA_Message": "Send SMS\/WA Message", - "Send_Bulk_SMS_WA_Message": "Send Bulk SMS\/WA Message", "Send_Personal_Message": "Send Personal Message", "Send_Via": "Send Via", "Compose_your_message___": "Compose your message...", "Use_placeholders_": "Use placeholders:", - "__name__": "[[name]]", "Customer_Name": "Customer Name", - "__user_name__": "[[user_name]]", "Customer_Username": "Customer Username", - "__phone__": "[[phone]]", "Customer_Phone": "Customer Phone", - "__company_name__": "[[company_name]]", "Your_Company_Name": "Your Company Name", "Message_Sent_Successfully": "Message Sent Successfully", "Send_Bulk_Message": "Send Bulk Message", @@ -518,8 +511,9 @@ "Account_Type": "Account Type", "Coordinates": "Coordinates", "Latitude_and_Longitude_coordinates_for_map_must_be_separate_with_comma____": "Latitude and Longitude coordinates for map must be separate with comma ","", - "6_465422__3_406448": "6.465422, 3.406448", "Customer_Geo_Location_Information": "Customer Geo Location Information", "List": "List", - "Lists": "Lists" + "Lists": "Lists", + "Single_Customer": "Single Customer", + "Bulk_Customers": "Bulk Customers" } \ No newline at end of file diff --git a/ui/compiled/index.html b/ui/compiled/index.html deleted file mode 100644 index e69de29b..00000000 diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl index ba6fa350..d79204f3 100644 --- a/ui/ui/hotspot.tpl +++ b/ui/ui/hotspot.tpl @@ -27,8 +27,8 @@
- {Lang::T('New Service Plan')} + + {Lang::T('New Service Plan')}
 
@@ -50,11 +50,10 @@ {foreach $d as $ds} - + {$ds['name_plan']} - {$ds['plan_type']} - {$ds['typebp']} + {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}Postpaid{else}Prepaid{/if} + {$ds['typebp']} {$ds['name_bw']} {Lang::moneyFormat($ds['price'])} {$ds['time_limit']} {$ds['time_unit']} @@ -69,7 +68,10 @@ {/if} {/if} - {$ds['pool_expired']}{if $ds['list_expired']}{if $ds['pool_expired']} | {/if}{$ds['list_expired']}{/if} + {$ds['pool_expired']}{if $ds['list_expired']} + {if $ds['pool_expired']} | + {/if}{$ds['list_expired']} + {/if} {Lang::T('Edit')} diff --git a/ui/ui/pppoe.tpl b/ui/ui/pppoe.tpl index 86d7a55f..41c242c7 100644 --- a/ui/ui/pppoe.tpl +++ b/ui/ui/pppoe.tpl @@ -36,7 +36,7 @@ {Lang::T('Plan Name')} - {Lang::T('Plan Type')} + {Lang::T('Plan Type')} {Lang::T('Bandwidth Plans')} {Lang::T('Plan Price')} {Lang::T('Plan Validity')} @@ -49,23 +49,26 @@ {foreach $d as $ds} - + {$ds['name_plan']} - {$ds['plan_type']} + {$ds['plan_type']} {if $ds['prepaid'] != 'yes'}Postpaid{else}Prepaid{/if} {$ds['name_bw']} {Lang::moneyFormat($ds['price'])} {$ds['validity']} {$ds['validity_unit']} {$ds['pool']} - {$ds['pool_expired']}{if $ds['list_expired']}{if $ds['pool_expired']} | {/if}{$ds['list_expired']}{/if} + {$ds['pool_expired']}{if $ds['list_expired']} + {if $ds['pool_expired']} | + {/if}{$ds['list_expired']} + {/if} - {if $ds['is_radius']} - RADIUS - {else} - {if $ds['routers']!=''} - {$ds['routers']} + {if $ds['is_radius']} + RADIUS + {else} + {if $ds['routers']!=''} + {$ds['routers']} + {/if} {/if} - {/if} + {Lang::T('Edit')} diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 6ca248a5..52bc5ba0 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -252,9 +252,9 @@