Deleting node from queue doesn't highlight save warning

keltic - June 26, 2009 - 14:08
Project:Nodequeue
Version:5.x-2.7
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs work
Description

Here is additional jquery code that highlights the save warning when a node is removed.

$(document).ready(function() {
  $("a.nodequeue-remove").click(function() {
    $("p.nodequeue-warning").css("color", "red");
  });
});

#1

ezra-g - June 28, 2009 - 16:34
Status:active» postponed (maintainer needs more info)

Thanks for taking the time to submit this issue.

I'm not sure from your description exactly what this issue is about. Could you add more of a description?

Also, could you submit a patch that implements this change?

#2

ezra-g - November 30, 2009 - 00:19
Status:postponed (maintainer needs more info)» needs work
 
 

Drupal is a registered trademark of Dries Buytaert.