diff options
Diffstat (limited to 'httemplate/browse/agent.cgi')
| -rwxr-xr-x | httemplate/browse/agent.cgi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 6f2864106..25524323d 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -182,6 +182,26 @@ inactive <TR> <TH ALIGN="right" WIDTH="40%"> + <FONT COLOR="#009999"> + <% my $num_ordered = $agent->num_ordered_cust_main %> + </FONT> + </TH> + + <TD> +% if ( $num_ordered ) { + + <A HREF="<% $cust_main_link %>&ordered=1"> +% } +ordered +% if ($num_ordered ) { +</A> +% } + + <TD> + </TR> + + <TR> + <TH ALIGN="right" WIDTH="40%"> <FONT COLOR="#00CC00"> <% my $num_active = $agent->num_active_cust_main %> </FONT> @@ -266,6 +286,11 @@ inactive </TD> </TR> + <!--ordered--> + <TR> + <TD> </TD> + </TR> + <TR> <TH ALIGN="right" WIDTH="40%"> <FONT COLOR="#00CC00"> |
