freeside/httemplate/search cust_main.cgi,1.53,1.54

ivan ivan at pouncequick.420.am
Thu Dec 9 14:06:44 PST 2004


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory pouncequick:/tmp/cvs-serv18714

Modified Files:
	cust_main.cgi 
Log Message:
UI: same font size as the rest of the page

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.cgi,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- cust_main.cgi	9 Dec 2004 22:02:39 -0000	1.53
+++ cust_main.cgi	9 Dec 2004 22:06:41 -0000	1.54
@@ -407,12 +407,12 @@
               '<A HREF="'.
                 FS::TicketSystem->href_customer_tickets($custnum,$priority).
               '">';
-            print "<TR><TD ALIGN=right>$ahref".
+            print "<TR><TD ALIGN=right><FONT SIZE=-1>$ahref".
                     FS::TicketSystem->num_customer_tickets($custnum,$priority).
-                  "</A></TD>".
-                  "<TD ALIGN=left>$ahref".
+                  "</A></FONT></TD>".
+                  "<TD ALIGN=left><FONT SIZE=-1>$ahref".
                   ( $priority || '<i>(none)</i>' ).
-                  "</A></TD></TR>";
+                  "</A></FONT></TD></TR>";
           }
           print '<TR><TD BGCOLOR="#000000" COLSPAN=2></TD></TR>'.
                 '<TR><TD ALIGN=right>';
@@ -425,7 +425,7 @@
         print "</TD><TD ALIGN=left>${ahref}Total</A></TD></TR></TABLE>"
           if @custom_priorities;
       } else {
-        print $cust_main->get($addl_col);
+        print '<FONT SIZE=-1>'. $cust_main->get($addl_col). '</FONT>';
       }
       print "</TD>";
     }




More information about the freeside-commits mailing list