mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Ctrl+Up and Down in edit and in-place edit
This commit is contained in:
@@ -67,7 +67,7 @@ if ($_POST["save"]) {
|
||||
<form action="" method="post" enctype="multipart/form-data">
|
||||
<?php
|
||||
if ($fields) {
|
||||
echo "<table cellspacing='0'>\n";
|
||||
echo "<table cellspacing='0' onkeydown='return editingKeydown(event);'>\n";
|
||||
foreach ($fields as $name => $field) {
|
||||
echo "<tr><th>" . $adminer->fieldName($field);
|
||||
$default = $_GET["set"][bracket_escape($name)];
|
||||
|
Reference in New Issue
Block a user