diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-13 14:26:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-13 14:26:08 -0800 |
commit | d353c1f9bbfee93e96219851af27a78f56837c50 (patch) | |
tree | 0fe8d6792865534c1ec73a9f0304c837c3181aac /fs_selfservice | |
parent | eb496e0e972cdaa94f894d232c5cc6dfa250e9ad (diff) |
status labels
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/list_customers.html | 2 | ||||
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/small_custview.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/list_customers.html b/fs_selfservice/FS-SelfService/cgi/list_customers.html index 974634729..b30262439 100644 --- a/fs_selfservice/FS-SelfService/cgi/list_customers.html +++ b/fs_selfservice/FS-SelfService/cgi/list_customers.html @@ -20,7 +20,7 @@ $OUT .= '<TR>'. "$td<FONT COLOR=\"". $customer->{'statuscolor'}. '">'. - ucfirst($customer->{'status'}). "</TD>". "$td</TD>". + $customer->{'status_label'}. "</TD>". "$td</TD>". "$td$a". $customer->{'name'}. "</A></TD>". '</TR>'; #"$td</TD>". diff --git a/fs_selfservice/FS-SelfService/cgi/small_custview.html b/fs_selfservice/FS-SelfService/cgi/small_custview.html index 308eae928..919df5631 100644 --- a/fs_selfservice/FS-SelfService/cgi/small_custview.html +++ b/fs_selfservice/FS-SelfService/cgi/small_custview.html @@ -1,7 +1,7 @@ <DIV ID="fs_small_custview"> Customer #<B><%= $display_custnum %></B> - - <B><FONT COLOR="#<%= $statuscolor %>"><%= ucfirst($status)%></FONT></B> + - <B><FONT COLOR="#<%= $statuscolor %>"><%= $status_label %></FONT></B> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="<%= $box_bgcolor ||= '#c0c0c0' %>"> <TR> |