Fixed issue #1 from bug #3291301 (Problems with inline edit link for sql query)

This commit is contained in:
Rouslan Placella
2011-04-30 16:30:08 +01:00
committed by Michal Čihař
parent ea3af8325e
commit bacbe54a67

View File

@@ -1261,7 +1261,7 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
// document.write conflicts with jQuery, hence used $().append() // document.write conflicts with jQuery, hence used $().append()
echo "<script type=\"text/javascript\">\n" . echo "<script type=\"text/javascript\">\n" .
"//<![CDATA[\n" . "//<![CDATA[\n" .
"$('.tools form').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')) .
"\" id=\"inline_edit\">" . "\" id=\"inline_edit\">" .
PMA_escapeJsString(__('Inline')) . PMA_escapeJsString(__('Inline')) .