Update routers-add.tpl
Update translation
This commit is contained in:
parent
d152124eea
commit
f0f9daf72a
@ -12,10 +12,10 @@
|
||||
<label class="col-md-2 control-label">{Lang::T('Status')}</label>
|
||||
<div class="col-md-10">
|
||||
<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 class="radio-inline">
|
||||
<input type="radio" name="enabled" value="0"> Disable
|
||||
<input type="radio" name="enabled" value="0"> {Lang::T('Disable')}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +56,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-md-2 control-label"></label>
|
||||
<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 class="form-group">
|
||||
@ -73,4 +73,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user