RT# 79913 - added ability to mass transfer customers to new agent
[freeside.git] / httemplate / elements / menubar.html
index c149043..ffe83ec 100644 (file)
@@ -52,7 +52,12 @@ while (@_) {
 
   }
 
-  push @html, qq!<A HREF="$url_base$url" $style>$item</A>!;
+  if ($item eq 'popup') {
+   push @html, $url;
+  }
+  else {
+    push @html, qq!<A HREF="$url_base$url" $style>$item</A>!;
+  }
 
 }