summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
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