mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 00:01:06 +02:00
Update routers-add.tpl
Update translation
This commit is contained in:
parent
d152124eea
commit
f0f9daf72a
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
||||||
<label class="col-md-2 control-label">{Lang::T('Status')}</label>
|
<label class="col-md-2 control-label">{Lang::T('Status')}</label>
|
||||||
<div class="col-md-10">
|
<div class="col-md-10">
|
||||||
<label class="radio-inline warning">
|
<label class="radio-inline warning">
|
||||||
<input type="radio" checked name="enabled" value="1"> Enable
|
<input type="radio" checked name="enabled" value="1"> {Lang::T('Enable')}
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="enabled" value="0"> Disable
|
<input type="radio" name="enabled" value="0"> {Lang::T('Disable')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-md-2 control-label"></label>
|
<label class="col-md-2 control-label"></label>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label><input type="checkbox" checked name="testIt" value="yes"> Test Connection</label>
|
<label><input type="checkbox" checked name="testIt" value="yes"> {Lang::T('Test Connection')}</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -73,4 +73,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/footer.tpl"}
|
{include file="sections/footer.tpl"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue