From c34a34ee8e5a22ad63ce074cf30ce326d3b89665 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:31:53 +0100 Subject: [PATCH] Update hotspot.tpl List rearrangement --- ui/ui/hotspot.tpl | 64 +++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl index f309af43..64bebf61 100644 --- a/ui/ui/hotspot.tpl +++ b/ui/ui/hotspot.tpl @@ -38,49 +38,49 @@ {Lang::T('Plan Name')} {Lang::T('Plan Type')} {Lang::T('Bandwidth Plans')} + {Lang::T('Plan Category')} {Lang::T('Plan Price')} {Lang::T('Time Limit')} {Lang::T('Data Limit')} {Lang::T('Plan Validity')} {Lang::T('Routers')} {Lang::T('Expired IP Pool')} + {Lang::T('ID')} {Lang::T('Manage')} - ID {foreach $d as $ds} - - {$ds['name_plan']} - {$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']} - {$ds['data_limit']} {$ds['data_unit']} - {$ds['validity']} {$ds['validity_unit']} - - {if $ds['is_radius']} - RADIUS - {else} - {if $ds['routers']!=''} - {$ds['routers']} - {/if} - {/if} - - {$ds['pool_expired']}{if $ds['list_expired']} - {if $ds['pool_expired']} | - {/if}{$ds['list_expired']} - {/if} - - {Lang::T('Edit')} - - - {$ds['id']} - + + {$ds['name_plan']} + {$ds['plan_type']} + {$ds['name_bw']} + {$ds['typebp']} + {Lang::moneyFormat($ds['price'])} + {$ds['time_limit']} {$ds['time_unit']} + {$ds['data_limit']} {$ds['data_unit']} + {$ds['validity']} {$ds['validity_unit']} + + {if $ds['is_radius']} + RADIUS + {else} + {if $ds['routers']!=''} + {$ds['routers']} + {/if} + {/if} + + {$ds['pool_expired']}{if $ds['list_expired']}{if $ds['pool_expired']} | + {/if}{$ds['list_expired']}{/if} + {$ds['id']} + + {Lang::T('Edit')} + + + {/foreach}