diff noderef_view.module @ 12:97954bccf93f

On passe -form-noupdate à popups
author Franck Deroche <franck@defr.org>
date Fri, 27 Feb 2009 18:28:56 +0100
parents e7a597640419
children a931d30cbfbc
line wrap: on
line diff
--- a/noderef_view.module	Fri Feb 27 17:41:56 2009 +0100
+++ b/noderef_view.module	Fri Feb 27 18:28:56 2009 +0100
@@ -147,7 +147,7 @@
   if (!empty($path)) {
     popups_add_popups();
     $options = array(
-      'attributes' => array('class' => 'popups noderef_view_link'),
+      'attributes' => array('class' => 'popups-form-noupdate noderef_view_link'),
       'query' => array('destination' => 'node')
     );
     $path = l(t('Search'), $path, $options);