complete my previous change of div to span

This commit is contained in:
Marc Delisle
2010-10-10 07:24:08 -04:00
parent f9ca960f85
commit 2f8d67cd6e

View File

@@ -49,7 +49,7 @@ function appendInlineAnchor(disp_mode) {
$(cloned_row).find('td').addClass('edit_row_anchor')
.find('a').attr('href', '#')
.find('div')
.find('span')
.text(PMA_messages['strInlineEdit'])
.prepend(img_object);
@@ -69,7 +69,7 @@ function appendInlineAnchor(disp_mode) {
$(cloned_anchor).addClass('edit_row_anchor')
.find('a').attr('href', '#')
.find('div')
.find('span')
.text(PMA_messages['strInlineEdit'])
.prepend(img_object);