Add direct link to copy row of the displayed table.
This commit is contained in:

committed by
Michal Čihař

parent
f9ff30171a
commit
a63532c666
@@ -74,6 +74,7 @@ function appendInlineAnchor() {
|
||||
|
||||
$cloned_tr.find('td')
|
||||
.addClass('inline_edit_anchor')
|
||||
.find('span.sep, a:last').remove().end()
|
||||
.find('a').attr('href', '#')
|
||||
.find('span')
|
||||
.text(' ' + PMA_messages['strInlineEdit'])
|
||||
@@ -98,6 +99,7 @@ function appendInlineAnchor() {
|
||||
$img_object.attr('src', img_src);
|
||||
|
||||
$cloned_anchor.addClass('inline_edit_anchor')
|
||||
.find('span.sep, a:last').remove().end()
|
||||
.find('a').attr('href', '#')
|
||||
.find('span')
|
||||
.text(' ' + PMA_messages['strInlineEdit'])
|
||||
|
Reference in New Issue
Block a user