summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-03 22:34:32 +0000
committerBill Marquette <billm@pfsense.org>2005-04-03 22:34:32 +0000
commit2f87ff6931c8dda91ee939aab01d0f8a8c4aedc4 (patch)
treef46a701c1654d74b25c3f57f24153c676d43d4e5 /usr/local/www/edit.php
parenta12d2145b86bb1e75118258f71dcd5cced7198b4 (diff)
downloadpfsense-2f87ff6931c8dda91ee939aab01d0f8a8c4aedc4.zip
pfsense-2f87ff6931c8dda91ee939aab01d0f8a8c4aedc4.tar.gz
Save/Load should be "nowrap'd"
Reported by: hoba
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index daa4443..2bac617 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -144,7 +144,7 @@ function sf() { document.forms[0].savetopath.focus(); }
<form action="<?=$ScriptName ?>" method="POST">
<table>
<tr>
- <td>
+ <td nowrap>
Save/Load from path: <input size="42" id="savetopath" name="savetopath" value="<?php echo $_POST['savetopath']; ?>"> |
Rows: <input size="3" name="rows" value="<? echo $rows; ?>"> |
Cols: <input size="3" name="cols" value="<? echo $cols; ?>"> |
@@ -173,4 +173,4 @@ sf();
conf_mount_ro();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud