Project:Admin message
Version:6.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

I'm working on a D7 port of this module. Patch coming

Comments

#1

Status:active» patch (to be ported)

Patch to go from 6.x-1.x-dev to a Drupal 7 version attached

AttachmentSize
1247462.patch 17.18 KB

#2

Status:patch (to be ported)» needs work

+++ b/admin_message.jsundefined
@@ -1,13 +1,11 @@
+    $("#block-admin-message-admin-message a.admin-message-close").click(function() {

give the 'event' parameter to the function

+++ b/admin_message.jsundefined
@@ -1,13 +1,11 @@
       return false;

event.preventDeafault() rather than return false

fixed in attached patch

AttachmentSize
1247462-2.patch 17.21 KB

#3

drupal_add_js and drupal_add_css api changes...

AttachmentSize
1247462-3.patch 17.1 KB

#4

sandbox for D7 created at http://drupal.org/sandbox/jelles/1254090