[freeside-commits] freeside/httemplate/search/elements search-html.html, 1.13, 1.14
Mark Wells
mark at wavetail.420.am
Tue Feb 14 17:32:11 PST 2012
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv27823/httemplate/search/elements
Modified Files:
search-html.html
Log Message:
query billing events to see affected objects, #15142
Index: search-html.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search-html.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- search-html.html 14 Oct 2011 08:56:04 -0000 1.13
+++ search-html.html 15 Feb 2012 01:32:09 -0000 1.14
@@ -296,6 +296,11 @@
% ? '<A HREF="'. $e->{'link'}. '">'
% : ''
% ).
+% ( $e->{'onclick'} # don't use with 'link'
+% ? '<A HREF="#" onclick="' .
+% $e->{'onclick'}.'">'
+% : ''
+% ).
% ( $e->{'size'}
% ? '<FONT SIZE="'.uc($e->{'size'}).'">'
% : ''
@@ -310,7 +315,9 @@
% : ''
% ).
% ( $e->{'size'} ? '</FONT>' : '' ).
-% ( $e->{'link'} ? '</A>' : '' ).
+% ( $e->{'link'} || $e->{'onclick'}
+% ? '</A>'
+% : '' ).
% '</td>';
%
% } @$rowref ).
More information about the freeside-commits
mailing list