diff options
| author | ivan <ivan> | 2010-03-02 17:18:33 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-03-02 17:18:33 +0000 |
| commit | 1368f0fa8982d3114e950eb6c0b3d8c05a1d12c0 (patch) | |
| tree | 84023ec9271a9e0e10cfaf28ef7f0d6457212ede /httemplate/search/elements/search-html.html | |
| parent | 4a282fb5adb537703944f677cdd3a6c6cf211456 (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 c0bb721f7..6b915a617 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" ); % } |
