Two inline edit links appear when parameter ModifyDeleteAtRight set to true
This commit is contained in:
@@ -83,7 +83,7 @@ function appendInlineAnchor(disp_mode) {
|
|||||||
.text(PMA_messages['strInlineEdit'])
|
.text(PMA_messages['strInlineEdit'])
|
||||||
.prepend($img_object);
|
.prepend($img_object);
|
||||||
|
|
||||||
$(this).siblings('.where_clause')
|
$(this).nextAll('.where_clause:eq(0)')
|
||||||
.before($cloned_anchor);
|
.before($cloned_anchor);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user