diff options
author | Bill Marquette <billm@pfsense.org> | 2005-04-03 22:34:32 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-04-03 22:34:32 +0000 |
commit | 2f87ff6931c8dda91ee939aab01d0f8a8c4aedc4 (patch) | |
tree | f46a701c1654d74b25c3f57f24153c676d43d4e5 | |
parent | a12d2145b86bb1e75118258f71dcd5cced7198b4 (diff) | |
download | pfsense-2f87ff6931c8dda91ee939aab01d0f8a8c4aedc4.zip pfsense-2f87ff6931c8dda91ee939aab01d0f8a8c4aedc4.tar.gz |
Save/Load should be "nowrap'd"
Reported by: hoba
-rwxr-xr-x | usr/local/www/edit.php | 4 |
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 +?> |