Convert the comment reply popup to a temp table row for consistency, add Quick Edit for comments, see #7435

git-svn-id: http://svn.automattic.com/wordpress/trunk@9098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-10-08 01:18:16 +00:00
parent ae65f5197c
commit 6288b2b867
10 changed files with 357 additions and 206 deletions

View File

@@ -186,7 +186,7 @@ inlineEditPost = {
if( typeof(id) == 'object' )
id = this.getId(id);
$('#edit-'+id+'.quick-edit-save').append('<img style="padding:0 15px;" src="images/loading.gif" alt="" />');
$('table.widefat .quick-edit-save .waiting').show();
var params = {
action: 'inline-save',
@@ -225,6 +225,8 @@ inlineEditPost = {
var id;
if ( id = $('table.widefat tr.inline-editor').attr('id') ) {
$('table.widefat .quick-edit-save .waiting').hide();
if ( 'bulk-edit' == id ) {
$('table.widefat #bulk-edit').removeClass('inline-editor').hide();
$('#bulk-titles').html('');