diff options
Diffstat (limited to 'usr/local/www/edit.php')
-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 +?> |