diff --git a/js/tbl_change.js b/js/tbl_change.js index caa5bf4c87..a0cac719e6 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -484,7 +484,7 @@ AJAX.registerOnload('tbl_change.js', function () { // update the IDs of textfields to ensure that they are unique $(this).attr('id', "field_" + tabindex + "_3"); }); - $('select.control_at_footer') + $('.control_at_footer') .each(function () { tabindex++; $(this).attr('tabindex', tabindex); diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index a8fed9e9e3..6faafb52fe 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -1527,7 +1527,7 @@ function PMA_getSubmitTypeDropDown($where_clause, $tabindex, $tabindex_for_value */ function PMA_getAfterInsertDropDown($where_clause, $after_insert, $found_unique_key) { - $html_output = '' . ''