Revision c12d2308
Added by Scott Ullrich over 19 years ago
usr/local/www/interfaces_wlan.inc | ||
---|---|---|
363 | 363 |
$if = $optcfg['if']; |
364 | 364 |
$results = `/sbin/ifconfig {$if} list channel`; |
365 | 365 |
?> |
366 |
<td class="vtable"><textarea cols="73" rows="3"><?=$results?>;</textarea> |
|
366 |
<td class="vtable"><textarea readonly onFocus="blur()" name="noedit" id="noedit" cols="73" rows="3"><?=$results?>;</textarea>
|
|
367 | 367 |
<br/>This is a list of the channels and the capabilities of your card. |
368 | 368 |
</td> |
369 | 369 |
</tr> |
... | ... | |
500 | 500 |
<br/>Setting this option will enable 802.1x authentication. |
501 | 501 |
</td> |
502 | 502 |
</tr> |
503 |
<script language="JavaScript"> |
|
504 |
document.iform.noedit.enabled = false; |
|
505 |
</script> |
|
503 | 506 |
<? } ?> |
Also available in: Unified diff
Do not allow editing of interface channel items