[freeside-commits] freeside/httemplate/search/elements search-html.html, 1.4, 1.5
Ivan,,,
ivan at wavetail.420.am
Tue Mar 2 09:18:34 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv6642/search/elements
Modified Files:
search-html.html
Log Message:
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
Index: search-html.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search-html.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- search-html.html 12 Feb 2010 22:42:09 -0000 1.4
+++ search-html.html 2 Mar 2010 17:18:31 -0000 1.5
@@ -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" );
% }
More information about the freeside-commits
mailing list