Index: customerinfo.html =================================================================== RCS file: /cvsroot/lms/templates/customerinfo.html,v retrieving revision 1.10 diff -u -r1.10 customerinfo.html --- customerinfo.html 19 Mar 2009 12:25:49 -0000 1.10 +++ customerinfo.html 11 Feb 2011 12:27:24 -0000 @@ -43,11 +43,13 @@ {include file="customerassignments.html"} + {if !$_config.phpui.hide_summaries|chkconfig} {include file="customerbalancebox.html" limit=-10} + {/if} {include file="customeractions.html"} Index: customerlist.html =================================================================== RCS file: /cvsroot/lms/templates/customerlist.html,v retrieving revision 1.16 diff -u -r1.16 customerlist.html --- customerlist.html 3 Mar 2010 15:38:27 -0000 1.16 +++ customerlist.html 11 Feb 2011 12:27:24 -0000 @@ -12,10 +12,12 @@ {t}ID:{/t} {if $listdata.order eq "id"}{/if}
{t}Services:{/t} +{if !$_config.phpui.hide_summaries|chkconfig} {t}Balance:{/t} {if $listdata.order eq "balance"}{/if}
{t}Subscription:{/t} {if $listdata.order eq "tariff"}{/if} +{/if} {t 0=$listdata.total}Total: $0{/t} @@ -35,6 +37,7 @@ + @@ -91,9 +94,11 @@ {/if} +{if !$_config.phpui.hide_summaries|chkconfig} {if $customerlist[customerlist].balance < 0}{/if}{$customerlist[customerlist].balance|money_format}{if $customerlist[customerlist].balance < 0}{/if}
{$customerlist[customerlist].tariffvalue|money_format}
+{/if} {if $customerlist[customerlist].balance < 0} @@ -150,9 +155,14 @@ {/if} + {if $_config.phpui.hide_summaries|chkconfig} + + {else} + {/if}   + {if !$_config.phpui.hide_summaries|chkconfig} {t}Outstandings{/t}:
{t}Overcharges{/t}:
@@ -161,6 +171,7 @@ {$listdata.below|money_format}
{$listdata.over|money_format}
+ {/if} {t}Total:{/t} {$listdata.total} Index: tariffinfo.html =================================================================== RCS file: /cvsroot/lms/templates/tariffinfo.html,v retrieving revision 1.61 diff -u -r1.61 tariffinfo.html --- tariffinfo.html 27 Dec 2010 12:35:17 -0000 1.61 +++ tariffinfo.html 11 Feb 2011 12:27:24 -0000 @@ -67,6 +67,7 @@ {$tariff.prodid} + {if !$_config.phpui.hide_summaries|chkconfig} @@ -85,6 +86,7 @@ {$tariff.totalval|money_format} + {/if} @@ -239,6 +241,7 @@ {/if} + {if !$_config.phpui.hide_summaries|chkconfig} {t}Customers in Subscription:{/t} @@ -302,5 +305,6 @@

+ {/if} {include file="footer.html"}