diff options
author | ivan <ivan> | 2010-03-02 17:18:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-02 17:18:32 +0000 |
commit | 28e563e2e930d0bfd54909c886a76294bf672bfd (patch) | |
tree | 41401961cbdd05b13bc47c34bde04c1ac1768e1e /httemplate/search/elements/search-html.html | |
parent | 089001124dbd8016d5d51f9aaef50fb9f101dae5 (diff) |
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
Diffstat (limited to 'httemplate/search/elements/search-html.html')
-rw-r--r-- | httemplate/search/elements/search-html.html | 5 |
1 files changed, 0 insertions, 5 deletions
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 <A HREF="<% $cgi->self_url %>">printable copy</A> - <% $opt{'extra_choices_callback'} - ? &{$opt{'extra_choices_callback'}}($cgi->query_string) - : '' - %> - </TD> % $cgi->param('_type', "html" ); % } |