[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.124.2.2, 1.124.2.3
Ivan,,,
ivan at wavetail.420.am
Sat Jul 17 15:14:42 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv9193/httemplate/view
Modified Files:
Tag: FREESIDE_1_9_BRANCH
cust_main.cgi
Log Message:
customer tags, RT#9192
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.124.2.2
retrieving revision 1.124.2.3
diff -u -w -d -r1.124.2.2 -r1.124.2.3
--- cust_main.cgi 27 Mar 2010 06:10:16 -0000 1.124.2.2
+++ cust_main.cgi 17 Jul 2010 22:14:40 -0000 1.124.2.3
@@ -4,6 +4,23 @@
})
%>
<BR>
+% my @part_tag = $cust_main->part_tag;
+% if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) {
+<TABLE STYLE="margin-bottom:8px" CELLSPACING=2>
+% foreach my $part_tag ( @part_tag ) {
+<TR>
+ <TD>
+ <FONT SIZE="+1"
+ <% length($part_tag->tagcolor)
+ ? 'STYLE="background-color:#'.$part_tag->tagcolor.'"'
+ : ''
+ %>><% $part_tag->tagname.': '. $part_tag->tagdesc |h %></FONT>
+ <BR>
+ </TD>
+</TR>
+% }
+</TABLE>
+% }
<% include('/elements/menubar.html',
{ 'newstyle' => 1,
More information about the freeside-commits
mailing list