summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-12 21:25:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-12 21:25:06 +0000
commitbe4b8e72a6f02f924301aefdfdf73e775827c0bf (patch)
treeba7940590f5de4e8b690530cdf7263b46998e482 /usr/local/www/edit.php
parentb4ff3ccd3b34441747000ac42f5c266aefe4106c (diff)
downloadpfsense-be4b8e72a6f02f924301aefdfdf73e775827c0bf.zip
pfsense-be4b8e72a6f02f924301aefdfdf73e775827c0bf.tar.gz
* Automatically focus to command box and filename box
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 6a4197b..095c297 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -131,7 +131,10 @@ pre {
-->
</style>
</head>
-<body>
+<script language="Javascript">
+function sf() { document.forms[0].savetopath.focus(); }
+</script>
+<body onLoad="sf();">
<p><span class="pgtitle"><?=$Title ?></span>
<?php if ($ulmsg) echo "<p><strong>" . $ulmsg . "</strong></p>\n"; ?>
@@ -139,7 +142,7 @@ pre {
<table>
<tr>
<td>
- Save/Load from path: <input size="42" name="savetopath" value="<?php echo $_POST['savetopath']; ?>"> |
+ 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; ?>"> |
<input name="submit" type="submit" class="button" id="Load" value="Load"> | <input name="submit" type="submit" class="button" id="Save" value="Save">
@@ -157,3 +160,7 @@ pre {
</body>
</html>
+
+<script language="Javascript">
+sf();
+</script> \ No newline at end of file
OpenPOWER on IntegriCloud