Bug #3298581 - Row marking, null-checkbox of inline edit broken

This commit is contained in:
Madhura Jayaratne
2011-05-07 10:55:01 +05:30
parent f3a6895372
commit 27224a88c5
2 changed files with 4 additions and 4 deletions

View File

@@ -1118,7 +1118,7 @@ function changeMIMEType(db, table, reference, mime_type)
* Jquery Coding for inline editing SQL_QUERY * Jquery Coding for inline editing SQL_QUERY
*/ */
$(document).ready(function(){ $(document).ready(function(){
$(".inline_edit").click( function(){ $(".inline_edit_sql").click( function(){
var db = $(this).prev().find("input[name='db']").val(); var db = $(this).prev().find("input[name='db']").val();
var table = $(this).prev().find("input[name='table']").val(); var table = $(this).prev().find("input[name='table']").val();
var token = $(this).prev().find("input[name='token']").val(); var token = $(this).prev().find("input[name='token']").val();

View File

@@ -1263,7 +1263,7 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
"//<![CDATA[\n" . "//<![CDATA[\n" .
"$('.tools form').last().after('[<a href=\"#\" title=\"" . "$('.tools form').last().after('[<a href=\"#\" title=\"" .
PMA_escapeJsString(__('Inline edit of this query')) . PMA_escapeJsString(__('Inline edit of this query')) .
"\" class=\"inline_edit\">" . "\" class=\"inline_edit_sql\">" .
PMA_escapeJsString(__('Inline')) . PMA_escapeJsString(__('Inline')) .
"</a>]');\n" . "</a>]');\n" .
"//]]>\n" . "//]]>\n" .