selected router
This commit is contained in:
parent
653580722e
commit
431c971f3a
@ -231,7 +231,7 @@
|
|||||||
<select class="form-control" onchange="document.getElementById('sms_url').value = this.value">
|
<select class="form-control" onchange="document.getElementById('sms_url').value = this.value">
|
||||||
<option value="">Select Router</option>
|
<option value="">Select Router</option>
|
||||||
{foreach $r as $rs}
|
{foreach $r as $rs}
|
||||||
<option value="{$rs['name']}">{$rs['name']}</option>
|
<option value="{$rs['name']}" {if $rs['name']==$_c['sms_url']}selected{/if}>{$rs['name']}</option>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user