{* $Id: DowngradePackage.tpl 12256 2007-11-19 17:42:33Z kbailey $ * -------------------------------------------------------------- * This template displays a form to edit a Package. * * Smarty Variables: * n/a * *} {php}$GLOBALS['__pagePath'] = array('TRANS_MANAGE_PACKAGES', 'TRANS_UPGRADE_DOWNGRADE_PACKAGES', 'TRANS_DOWNGRADE_PACKAGE');{/php} {include file="$tplDirectory/header.tpl" parentName="TRANS_MANAGE_PACKAGES" childName="TRANS_UPGRADE_DOWNGRADE_PACKAGES" grandchildName="TRANS_DOWNGRADE_PACKAGE" sideNavMajor="clients" sideNavMinor="packages"} {include file="$tplDirectory/widgets/context/package.tpl" showActions=1 package=$packageInfo} {assign var="currencyID" value=$packageInfo.currencyID}
{include file="$tplDirectory/footer.tpl"}