diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index a9ce35d9..971e9150 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -229,14 +229,15 @@ username.form['auth[driver]'].onchange(); print_fieldset("select", lang('Select'), $select); $i = 0; $fun_group = array(lang('Functions') => $functions, lang('Aggregation') => $grouping); + $move = "" . lang("; foreach ($select as $key => $val) { $val = $_GET["columns"][$key]; echo "
" . html_select("columns[$i][fun]", array(-1 => "") + $fun_group, $val["fun"]); - echo "()
\n"; + echo "() $move\n"; $i++; } echo "
" . html_select("columns[$i][fun]", array(-1 => "") + $fun_group, "", "this.nextSibling.nextSibling.onchange();"); - echo "()
\n"; + echo "() $move\n"; echo "\n"; } diff --git a/adminer/static/default.css b/adminer/static/default.css index 23f4352d..e8151d30 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -49,6 +49,7 @@ input.default { box-shadow: 1px 1px 1px #777; } .icon { width: 18px; height: 18px; } .size { width: 6ex; } .help { cursor: help; } +.move { cursor: move; } .pages { position: fixed; bottom: 0; left: 21em; padding: 5px; background: #ddf; border: 1px solid #999; } #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; } #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; } diff --git a/adminer/static/move.gif b/adminer/static/move.gif new file mode 100644 index 00000000..2ee26054 Binary files /dev/null and b/adminer/static/move.gif differ