forked from kevinowino869/mitrobill
Update radius-nas-edit.tpl
Update translation
This commit is contained in:
parent
8bf5c71800
commit
26d14794e2
@ -4,7 +4,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<div class="panel panel-primary panel-hovered panel-stacked mb30">
|
<div class="panel panel-primary panel-hovered panel-stacked mb30">
|
||||||
<div class="panel-heading">Radius - Edit NAS</div>
|
<div class="panel-heading">Radius - {Lang::T('Edit NAS')}</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
|
||||||
<form class="form-horizontal" method="post" role="form" action="{$_url}radius/nas-edit-post/{$d['id']}">
|
<form class="form-horizontal" method="post" role="form" action="{$_url}radius/nas-edit-post/{$d['id']}">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<input type="text" class="form-control" id="ports" name="ports" placeholder="null" value="{$d['ports']}">
|
<input type="text" class="form-control" id="ports" name="ports" placeholder="null" value="{$d['ports']}">
|
||||||
</div>
|
</div>
|
||||||
<label class="col-md-2 control-label">Type</label>
|
<label class="col-md-2 control-label">{Lang::T('Type')}</label>
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<input type="text" class="form-control" id="type" name="type" value="other" value="{$d['type']}" required
|
<input type="text" class="form-control" id="type" name="type" value="other" value="{$d['type']}" required
|
||||||
placeholder="other">
|
placeholder="other">
|
||||||
@ -67,7 +67,7 @@
|
|||||||
{/foreach}
|
{/foreach}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block col-md-4">Assign NAS to Router</p>
|
<p class="help-block col-md-4">{Lang::T('Assign NAS to Router')}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-gro
|
<div class="form-gro
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -84,4 +84,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/footer.tpl"}
|
{include file="sections/footer.tpl"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user