summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-26 19:54:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-26 19:54:34 +0000
commitb66aa8326c9d4ac7293fe6dc2adbd98f3d46ef4f (patch)
tree13a41a3405f8003f17678dc3d6a1e92065eb42f5 /usr/local/www/edit.php
parent7e1f7ce579ba18d4b4b0a16b107815d8943c14a0 (diff)
downloadpfsense-b66aa8326c9d4ac7293fe6dc2adbd98f3d46ef4f.zip
pfsense-b66aa8326c9d4ac7293fe6dc2adbd98f3d46ef4f.tar.gz
Remove highlighting function, it doesn't work.
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 0589c18..0f53953 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -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>
OpenPOWER on IntegriCloud