Update hotspot.tpl

This commit is contained in:
Ahmad Husein 2024-08-27 18:44:41 +07:00 committed by GitHub
parent dcaa7f9cea
commit 00f65c6aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
<div class="panel-heading"> <div class="panel-heading">
<div class="btn-group pull-right"> <div class="btn-group pull-right">
<a class="btn btn-primary btn-xs" title="save" href="{$_url}services/sync/hotspot" <a class="btn btn-primary btn-xs" title="save" href="{$_url}services/sync/hotspot"
onclick="return confirm('This will sync/send hotspot plan to Mikrotik?')"><span onclick="return confirm('This will sync/send hotspot package to Mikrotik?')"><span
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a> class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a>
</div>{Lang::T('Hotspot Plans')} </div>{Lang::T('Hotspot Plans')}
</div> </div>
@ -98,7 +98,7 @@
</div> </div>
<div class="col-lg-1 col-xs-4"> <div class="col-lg-1 col-xs-4">
<a href="{$_url}services/add" class="btn btn-primary btn-block" <a href="{$_url}services/add" class="btn btn-primary btn-block"
title="{Lang::T('New Service Plan')}"><i class="ion ion-android-add"></i></a> title="{Lang::T('New Service Package')}"><i class="ion ion-android-add"></i></a>
</div> </div>
</div> </div>
</div> </div>
@ -108,8 +108,8 @@
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
<th colspan="5" class="text-center">{Lang::T('Internet Plan')}</th> <th colspan="5" class="text-center">{Lang::T('Internet Package')}</th>
<th colspan="2" class="text-center" style="background-color: rgb(246, 244, 244);">Limit</th> <th colspan="2" class="text-center" style="background-color: rgb(246, 244, 244);">{Lang::T('Limit')}</th>
<th colspan="2"></th> <th colspan="2"></th>
<th colspan="2" class="text-center" style="background-color: rgb(243, 241, 172);"> <th colspan="2" class="text-center" style="background-color: rgb(243, 241, 172);">
{Lang::T('Expired')}</th> {Lang::T('Expired')}</th>
@ -126,7 +126,7 @@
<th style="background-color: rgb(246, 244, 244);">{Lang::T('Data')}</th> <th style="background-color: rgb(246, 244, 244);">{Lang::T('Data')}</th>
<th><a href="{$_url}routers/list">{Lang::T('Location')}</a></th> <th><a href="{$_url}routers/list">{Lang::T('Location')}</a></th>
<th>{Lang::T('Device')}</th> <th>{Lang::T('Device')}</th>
<th style="background-color: rgb(243, 241, 172);">{Lang::T('Internet Plan')}</th> <th style="background-color: rgb(243, 241, 172);">{Lang::T('Internet Package')}</th>
<th style="background-color: rgb(243, 241, 172);">{Lang::T('Date')}</th> <th style="background-color: rgb(243, 241, 172);">{Lang::T('Date')}</th>
<th>{Lang::T('ID')}</th> <th>{Lang::T('ID')}</th>
<th>{Lang::T('Manage')}</th> <th>{Lang::T('Manage')}</th>
@ -174,8 +174,8 @@
<div class="panel-footer"> <div class="panel-footer">
{include file="pagination.tpl"} {include file="pagination.tpl"}
<div class="bs-callout bs-callout-info" id="callout-navbar-role"> <div class="bs-callout bs-callout-info" id="callout-navbar-role">
<h4>{Lang::T('Create expired Internet Plan')}</h4> <h4>{Lang::T('Create expired Internet Package')}</h4>
<p>{Lang::T('When customer expired, you can move it to Expired Internet Plan')}</p> <p>{Lang::T('When customer expired, you can move it to Expired Internet Package')}</p>
</div> </div>
</div> </div>
</div> </div>