UI: same font size as the rest of the page
authorivan <ivan>
Thu, 9 Dec 2004 22:06:41 +0000 (22:06 +0000)
committerivan <ivan>
Thu, 9 Dec 2004 22:06:41 +0000 (22:06 +0000)
httemplate/search/cust_main.cgi

index 778cdf2..32ce10d 100755 (executable)
@@ -407,12 +407,12 @@ END
               '<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 @@ END
         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>";
     }