From 8cdc448484a5e31fd7c9a35567aaf2ff16e2d851 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Aug 2013 08:01:24 -0400 Subject: [PATCH] Other incorrect tabindex (page footer controls) --- js/tbl_change.js | 2 +- libraries/insert_edit.lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tbl_change.js b/js/tbl_change.js index 470a8ca4be..28f3b29575 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -473,7 +473,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 af5cb90be7..3e57bce0de 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -1483,7 +1483,7 @@ function PMA_getSubmitTypeDropDown($where_clause, $tabindex, $tabindex_for_value */ function PMA_getAfterInsertDropDown($where_clause, $after_insert, $found_unique_key) { - $html_output = '' . ''