diff options
author | ivan <ivan> | 2004-12-09 22:02:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-09 22:02:39 +0000 |
commit | 22edb078bfa5aebdef81f7048a81f8336449cdbf (patch) | |
tree | 5d8df07de451ad1f8a0afdc020da48775986d900 /httemplate/search/cust_main.cgi | |
parent | 63e2de2cc8d24c30ccf3ee39b0c427f83b3e6f74 (diff) |
UI: condense ticket subtable a little
Diffstat (limited to 'httemplate/search/cust_main.cgi')
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 9ef384740..778cdf2b0 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -401,7 +401,7 @@ END print "<TD ROWSPAN=$rowspan ALIGN=right>"; if ( $addl_col eq 'tickets' ) { if ( @custom_priorities ) { - print '<TABLE>'; + print &itable('', 0); foreach my $priority ( @custom_priorities, '' ) { my $ahref = '<A HREF="'. |