mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove highlighting function, it doesn't work.
This commit is contained in:
parent
7e1f7ce579
commit
b66aa8326c
@ -139,10 +139,6 @@ function sf() { document.forms[0].savetopath.focus(); }
|
||||
Rows: <input size="3" name="rows" value="<? echo $rows; ?>">
|
||||
Cols: <input size="3" name="cols" value="<? echo $cols; ?>">
|
||||
<?php endif; ?>
|
||||
|
|
||||
Highlighting: <input name="highlight" type="radio" value="yes"
|
||||
<?php if($highlight == "yes") echo " checked"; ?>>Enabled
|
||||
<input name="highlight" type="radio" value="no"<?php if($highlight == "no") echo " checked"; ?>>Disabled
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user