{* $Id: ShowClientARHistory.tpl 9690 2006-10-18 01:57:46Z kbailey $ * -------------------------------------------------------------- * This template displays a single client record and a summary of all client information. * * Smarty Variables: * $client (array of client information that matches input criteria) * * Author: Michael Fountain *} {strip} {/strip} {php}$GLOBALS['__pagePath'] = array('TRANS_MANAGE_CLIENTS', 'TRANS_CLIENT_DETAILS', 'TRANS_CLIENT_AR_HISTORY');{/php} {include file="$tplDirectory/header.tpl" parentName="TRANS_MANAGE_CLIENTS" childName="TRANS_CLIENT_DETAILS" grandchildName="TRANS_CLIENT_AR_HISTORY" sideNavMajor="clients" sideNavMinor="clients" useMenu="clients"} {include file="$tplDirectory/widgets/context/client.tpl" client=$client suppressEditLink=1 suppressDeleteLink=1}
{include file="$tplDirectory/widgets/paginationLinks.tpl" queryArgs="clientID=`$client.clientID`"} {include file="$tplDirectory/footer.tpl"}