bulk package changing (RT#1394)
[freeside.git] / httemplate / search / elements / search.html
index c6021e5..14c6a0b 100644 (file)
@@ -384,6 +384,11 @@ Example:
 %               $cgi->param('_type', 'html-print'); 
                 as <A HREF="<% $cgi->self_url %>">printable copy</A>
 
+              <% $opt{'extra_choices_callback'}
+                 ? &{$opt{'extra_choices_callback'}}($cgi->query_string)
+                 : ''
+              %>
+
               </TD>
 %             $cgi->param('_type', "html" ); 
 %           }