summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-03 02:35:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-03 02:35:42 +0000
commit6e558e52ba6970d3749a406efef6a400ed95a66b (patch)
tree36b3f0f958fb5d8d876bb0b87b3691943358b254 /usr/local/www/edit.php
parentbedd5df097f7cd760a8a5ddfec58bc8d10a66c88 (diff)
downloadpfsense-6e558e52ba6970d3749a406efef6a400ed95a66b.zip
pfsense-6e558e52ba6970d3749a406efef6a400ed95a66b.tar.gz
Move load and save button next to save and load path
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 ce75143..48a1431 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -151,13 +151,13 @@ function sf() { document.forms[0].savetopath.focus(); }
<td>
<center>
Save/Load from path: <input size="42" id="savetopath" name="savetopath" value="<?php echo $_POST['savetopath']; ?>">
+ <input name="submit" type="submit" class="button" id="Load" value="Load"> <input name="submit" type="submit" class="button" id="Save" value="Save">
<hr noshade>
<?php if($_POST['highlight'] == "no"): ?>
Rows: <input size="3" name="rows" value="<? echo $rows; ?>">
Cols: <input size="3" name="cols" value="<? echo $cols; ?>">
<?php endif ?>
- <input name="submit" type="submit" class="button" id="Load" value="Load"> |
- <input name="submit" type="submit" class="button" id="Save" value="Save"> |
+ |
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
OpenPOWER on IntegriCloud