Update pppoe.tpl

Language fixes
This commit is contained in:
Ahmad Husein 2024-08-26 17:43:54 +07:00 committed by GitHub
parent 50a3f0a175
commit 178dad8e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
<a class="btn btn-primary btn-xs" title="save" href="{$_url}services/sync/pppoe"
onclick="return confirm('This will sync/send PPPOE plan to Mikrotik?')"><span
class="glyphicon glyphicon-refresh" aria-hidden="true"></span> sync</a>
</div>{Lang::T('PPPOE Plans')}
</div>{Lang::T('PPPOE Package')}
</div>
<form id="site-search" method="post" action="{$_url}services/pppoe">
<div class="panel-body">
@ -42,7 +42,7 @@
</div>
<div class="col-lg-1 col-xs-4">
<select class="form-control" id="bandwidth" name="bandwidth">
<option value="">{Lang::T('Bandwidth')}</option>
<option value="">Bandwidth</option>
{foreach $bws as $b}
<option value="{$b['id']}" {if $bandwidth eq $b['id'] }selected{/if}>
{$b['name_bw']}