diff options
author | ivan <ivan> | 2009-10-11 01:43:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-11 01:43:23 +0000 |
commit | 00400cb0d7b4b06f63706b095184182fd7fd6f1e (patch) | |
tree | 6e5ee3881a8d9dfc7d3811c3ebab6e5213a32c27 | |
parent | 903e3d764f22ec3864da20bd998e22d38305af87 (diff) |
cleanup
-rwxr-xr-x | httemplate/browse/agent.cgi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 3319c77b3..1c06f1b15 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -20,8 +20,6 @@ full offerings (via their type).<BR><BR> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; % my $bgcolor = ''; -% - <TR> <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=<% ( $cgi->param('showdisabled') || !dbdef->table('agent')->column('disabled') ) ? 2 : 3 %>>Agent</TH> @@ -34,18 +32,17 @@ full offerings (via their type).<BR><BR> <TH CLASS="grid" BGCOLOR="#cccccc">Reports</TH> <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Registration<BR>codes</FONT></TH> <TH CLASS="grid" BGCOLOR="#cccccc">Prepaid cards</TH> -% if ( $conf->config('ticket_system') ) { +% if ( $conf->config('ticket_system') ) { <TH CLASS="grid" BGCOLOR="#cccccc">Ticketing</TH> % } <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Payment Gateway Overrides</FONT></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Configuration Overrides</FONT></TH> </TR> -% + %# <TH><FONT SIZE=-1>Agent #</FONT></TH> %# <TH>Agent</TH> -% %foreach my $agent ( sort { % #$a->getfield('agentnum') <=> $b->getfield('agentnum') % $a->getfield('agent') cmp $b->getfield('agent') @@ -61,9 +58,6 @@ full offerings (via their type).<BR><BR> % } else { % $bgcolor = $bgcolor1; % } -% -% - <TR> |