summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-12 07:27:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-12 07:27:18 +0000
commit476ef1959aec924c7917d9b409a85501abb4b25b (patch)
tree9fef1e1e6070700bec8d3549ab4483ff5379ef15 /usr/local/www/edit.php
parent47e39d51679177f23e7b2800da11a9bd6b85e2a6 (diff)
downloadpfsense-476ef1959aec924c7917d9b409a85501abb4b25b.zip
pfsense-476ef1959aec924c7917d9b409a85501abb4b25b.tar.gz
Move save buttom to top while here and also lower to 45.
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index ce15e93..d3e63c1 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -108,10 +108,10 @@ pre {
<table>
<tr>
<td>
- Save/Load from path: <input size="50" name="savetopath" value="<?php echo $_POST['savetopath']; ?>">
+ Save/Load from path: <input size="45" 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; ?>">
- <input name="submit" type="submit" class="button" id="Load" value="Load">
+ <input name="submit" type="submit" class="button" id="Load" value="Load"> | <input name="submit" type="submit" class="button" id="Save" value="Save">
<br><hr noshade width=100%>
</td>
</tr>
@@ -119,7 +119,7 @@ pre {
<td valign="top" class="label">
<textarea rows="<?php echo $rows; ?>" cols="<?php echo $cols; ?>" name="content"><?php echo $content; ?></textarea><br>
<p>
- <center><input name="submit" type="submit" class="button" id="Save" value="Save"></center></td>
+ </td>
</tr>
</table>
</form>
OpenPOWER on IntegriCloud