/home/techb158/exp.abdallabala.com/ui/theme/ibilling
Edit: /home/techb158/exp.abdallabala.com/ui/theme/ibilling/client_quotes.tpl (2095B)
{include file="sections/header.tpl"}
{$_L['Total']} : {$total_quotes}
| {$_L['Subject']} |
{$_L['Amount']} |
{$_L['Date Created']} |
{$_L['Expiry Date']} |
{$_L['Manage']} |
{foreach $d as $ds}
| {$ds['subject']} |
{$ds['total']} |
{date( $_c['df'], strtotime($ds['datecreated']))} |
{date( $_c['df'], strtotime($ds['validuntil']))} |
|
{foreachelse}
|
You do not have any Quote.
|
{/foreach}
{include file="sections/footer.tpl"}