{* $Id: SendClientEmail.tpl 10820 2007-03-05 22:45:34Z bsmith $ * -------------------------------------------------------------- * This template displays a form to e-mail a client. * * Smarty Variables: * $clientID The unique action ID for this page view * $contacts * * Author: Andy Christ *}{strip} {/strip} {php}$GLOBALS['__pagePath'] = array('TRANS_EMAIL_CLIENTS', 'TRANS_CLIENTS', 'TRANS_EMAIL');{/php} {include file="$tplDirectory/header.tpl" parentName="TRANS_EMAIL_CLIENTS" childName="TRANS_CLIENTS" grandchildName="TRANS_EMAIL" sideNavMajor="clients" sideNavMinor="clients" includeAjaxJS=1} {include file="$tplDirectory/widgets/showInvalid.tpl" inputInvalid=$inputInvalid} {if $useEmailTemplates} {/if}
{include file="$tplDirectory/footer.tpl"}