From 28e563e2e930d0bfd54909c886a76294bf672bfd Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Mar 2010 17:18:32 +0000 Subject: UI: get rid of undocumented extra_choices_callback in search.html: a terrible place to put action links from a UI perspective, move package links to html_init, now consitent with customer links, change label on popup from "increment bill date" to "increment next bill date", RT#7132 --- httemplate/search/elements/search-html.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'httemplate/search/elements/search-html.html') diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index 71e61de61..417565d46 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -144,11 +144,6 @@ % $cgi->param('_type', 'html-print'); as printable copy - <% $opt{'extra_choices_callback'} - ? &{$opt{'extra_choices_callback'}}($cgi->query_string) - : '' - %> - % $cgi->param('_type', "html" ); % } -- cgit v1.2.1