[freeside-commits] freeside/httemplate/search/elements search-html.html, 1.2, 1.3
Mark Wells
mark at wavetail.420.am
Mon Nov 16 16:06:27 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv32088/httemplate/search/elements
Modified Files:
search-html.html
Log Message:
cust_attachment improvement, RT#4964 and #6225
Index: search-html.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search-html.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- search-html.html 11 Oct 2009 01:45:53 -0000 1.2
+++ search-html.html 17 Nov 2009 00:06:25 -0000 1.3
@@ -346,7 +346,9 @@
% }
% $a = qq(<A HREF="$a"$onclick>);
% }
-%
+% elsif ( $onclick ) {
+% $a = qq(<A HREF="javascript:void(0);"$onclick>);
+% }
% }
%
% }
More information about the freeside-commits
mailing list