change shortcut
This commit is contained in:
parent
74d2c4f86d
commit
8693e3c8ad
|
@ -89,7 +89,7 @@
|
|||
<option value="save">save</option>
|
||||
<option value="delete">delete</option>
|
||||
</select>
|
||||
<input type="submit" name="go" value="go" accesskey="g">
|
||||
<input type="submit" name="go" value="go" accesskey="s">
|
||||
</div>
|
||||
<br>
|
||||
<div><input class="title" name="title" value="' . $title . '"></div><br>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<option value="filter">filter</option>
|
||||
<option value="search">search</option>
|
||||
</select>
|
||||
<input accesskey="g" type="submit" value="go">
|
||||
<input accesskey="s" type="submit" value="go">
|
||||
</form>';
|
||||
echo '<br>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue