View Single Post
  #7  
Old 10-26-2003, 03:20 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Awesome. Absolutely awesome.

Implemented and I'm tweaking colours right now.

ADDED

Ok here is my colour scheme.

Blue for Complete
Grey for Incomplete
Red for Failed
Green for Processed
Yellow for Queued

Code:
{* $Id: orders_colors.tpl,v 1.0 2003/10/26 13:07:50 pipercub Exp $ *} {if $orders[cat_num].status eq "C"} bgcolor="#00CCFF"} {/if} {if $orders[cat_num].status eq "P"} bgcolor="#00FF66"} {/if} {if $orders[cat_num].status eq "Q"} bgcolor="#FFFF99"} {/if} {if $orders[cat_num].status eq "F"} bgcolor="#FF3333"} {/if} {if $orders[cat_num].status eq "I"} bgcolor="#CCCCCC"} {/if}

Hope you like it although it is very easy to change.
Reply With Quote