summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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