summaryrefslogtreecommitdiff
path: root/httemplate/browse/agent.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-11-20 10:34:43 +0000
committerivan <ivan>2006-11-20 10:34:43 +0000
commit5f6615875ca497d46c4f8cd810310d4b2db24bfd (patch)
treeba595c5d59e481cded987161f0dbb67c2f669e0b /httemplate/browse/agent.cgi
parent9b55529944da1d3b8dd09d7148d888493960a5ea (diff)
remove annoying black box around override info
Diffstat (limited to 'httemplate/browse/agent.cgi')
-rwxr-xr-xhttemplate/browse/agent.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi
index 4d22528..e9969b0 100755
--- a/httemplate/browse/agent.cgi
+++ b/httemplate/browse/agent.cgi
@@ -332,8 +332,8 @@ Unused
% }
- <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- <TABLE CELLSPACING=0 CELLPADDING=0>
+ <TD CLASS="inv" BGCOLOR="<% $bgcolor %>">
+ <TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0>
% foreach my $override (
% # sort { } want taxclass-full stuff first? and default cards (empty cardtype)
% qsearch('agent_payment_gateway', { 'agentnum' => $agent->agentnum } )