[freeside-commits] freeside/httemplate/misc timeworked.html, 1.9, 1.10
Ivan,,,
ivan at wavetail.420.am
Mon Aug 2 19:58:49 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv29537
Modified Files:
timeworked.html
Log Message:
cleaner timeworked results w/link to customer
Index: timeworked.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/timeworked.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- timeworked.html 3 Aug 2010 02:57:15 -0000 1.9
+++ timeworked.html 3 Aug 2010 02:58:47 -0000 1.10
@@ -54,10 +54,11 @@
% foreach ( @customers ) {
% ($custnum, $name) = split(':', $_, 2);
+% $clink = $p. 'view/cust_main.cgi?'. $custnum;
<TR>
- <TD ALIGN="right" COLSPAN="4" ><% $custnum %></TD>
- <TD ALIGN="right"><% $name %></TD>
+ <TD ALIGN="right" COLSPAN="4" ><a href="<% $clink %>"><% $custnum %></a></TD>
+ <TD ALIGN="right"><a href="<% $clink %>"><% $name %></a></TD>
<TD>
% $multiplier = $default_multiplier;
More information about the freeside-commits
mailing list