From eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 1 Aug 2007 22:26:52 +0000 Subject: event refactor, landing on HEAD! --- httemplate/browse/agent.cgi | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'httemplate/browse/agent.cgi') diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 83e79a2f3..46a924433 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -27,10 +27,11 @@ full offerings (via their type).

param('showdisabled') || !dbdef->table('agent')->column('disabled') ) ? 2 : 3 %>>Agent Type + Invoice
Template
Customers Customer
packages
Reports - Registration codes + Registration
codes
Prepaid cards % if ( $conf->config('ticket_system') ) { @@ -39,8 +40,6 @@ full offerings (via their type).

Payment Gateway Overrides Configuration Overrides - Freq. - Prog. % %# Agent # @@ -66,18 +65,29 @@ full offerings (via their type).

- - <% $agent->agentnum %> -% if ( dbdef->table('agent')->column('disabled') -% && !$cgi->param('showdisabled') ) { - <% $agent->disabled ? 'DISABLED' : '' %> -% } + + <% $agent->agentnum %> + + +% if ( dbdef->table('agent')->column('disabled') +% && !$cgi->param('showdisabled') ) { + + <% $agent->disabled ? 'DISABLED' : '' %> + +% } + + + <% $agent->agent %> + + + <% $agent->agent_type->atype %> + - - <% $agent->agent %> - <% $agent->agent_type->atype %> + + <% $agent->invoice_template || '(Default)' %> + @@ -366,11 +376,6 @@ Unused
- - % } -- cgit v1.2.1