Add direct link to copy row of the displayed table.

This commit is contained in:
Jan Prachař
2011-02-04 01:21:32 +01:00
committed by Michal Čihař
parent f9ff30171a
commit a63532c666
3 changed files with 33 additions and 11 deletions

View File

@@ -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'])