Add a space after the icon
This commit is contained in:
@@ -75,7 +75,7 @@ function appendInlineAnchor(disp_mode) {
|
|||||||
.addClass('inline_edit_anchor')
|
.addClass('inline_edit_anchor')
|
||||||
.find('a').attr('href', '#')
|
.find('a').attr('href', '#')
|
||||||
.find('span')
|
.find('span')
|
||||||
.text(PMA_messages['strInlineEdit'])
|
.text(' ' + PMA_messages['strInlineEdit'])
|
||||||
.prepend($img_object);
|
.prepend($img_object);
|
||||||
|
|
||||||
$cloned_tr.insertAfter($this_tr);
|
$cloned_tr.insertAfter($this_tr);
|
||||||
@@ -99,7 +99,7 @@ function appendInlineAnchor(disp_mode) {
|
|||||||
$cloned_anchor.addClass('inline_edit_anchor')
|
$cloned_anchor.addClass('inline_edit_anchor')
|
||||||
.find('a').attr('href', '#')
|
.find('a').attr('href', '#')
|
||||||
.find('span')
|
.find('span')
|
||||||
.text(PMA_messages['strInlineEdit'])
|
.text(' ' + PMA_messages['strInlineEdit'])
|
||||||
.prepend($img_object);
|
.prepend($img_object);
|
||||||
|
|
||||||
$this_td.after($cloned_anchor);
|
$this_td.after($cloned_anchor);
|
||||||
|
Reference in New Issue
Block a user