==================================================== ## WMHMCS Version 7 Templates ==================================================== When the updates are extended, we always recommend the following: Redownload the template from Themeforest, edit the latest version of the template and carefully apply your changes to "header.tpl", "footer.tpl" and "css/custom.css" (or any other files you want to customize) ### FILES TO REPLACE - affiliates.tpl - clientareadomaindetails.tpl - clientareadomains.tpl - clientareaproductdetails.tpl - contact.tpl - creditcard.tpl - footer.tpl - invoicepdf.tpl - supportticketsubmit-steptwo.tpl - upgradesummary.tpl - css/hostwhmcs-style.css - css/overrides.css - css/styles.css - css/colors/theme-color-1.css - css/colors/theme-color-2.css - css/colors/theme-color-3.css - css/colors/theme-color-4.css - css/colors/theme-color-5.css - css/colors/theme-color-6.css - css/colors/theme-color-7.css - css/colors/theme-color-8.css - css/colors/theme-color-9.css - css/colors/theme-color-10.css - js/whmcs.js - includes/captcha.tpl - includes/head.tpl - includes/pwstrength.tpl - includes/tablelist.tpl ### FILES CHANGES ** FILE: affiliates.tpl line 114: DELETED: {$referral.status} ADDED : {$referral.status} __________________________________________________________________________________ ** FILE: clientareadomaindetails.tpl line 67: DELETED: {if $systemStatus == 'Active'} ADDED : {if $systemStatus == 'Active' and ( $managementoptions.nameservers or $managementoptions.contacts or $managementoptions.locking or $renew)} {* No reason to show this section if nothing can be done here! *} line 93: DELETED:
  • {$LANG.renewYourDomain}
  • ADDED : {if $renew}
  • {$LANG.renewYourDomain}
  • {/if} __________________________________________________________________________________ ** FILE: clientareadomains.tpl line 61: DELETED: {if $domain.next30}{$LANG.domainsExpiringInTheNext30Days}
    {/if} {if $domain.next90}{$LANG.domainsExpiringInTheNext90Days}
    {/if} {if $domain.next180}{$LANG.domainsExpiringInTheNext180Days}
    {/if} {if $domain.after180}{$LANG.domainsExpiringInMoreThan180Days}{/if} ADDED : ~{$domain.statustext}~ {if $domain.next30}~{$LANG.domainsExpiringInTheNext30Days}~
    {/if} {if $domain.next90}~{$LANG.domainsExpiringInTheNext90Days}~
    {/if} {if $domain.next180}~{$LANG.domainsExpiringInTheNext180Days}~
    {/if} {if $domain.after180}~{$LANG.domainsExpiringInMoreThan180Days}~{/if} __________________________________________________________________________________ ** FILE: clientareaproductdetails.tpl line 42: DELETED:
    ADDED :
    line 45: DELETED:
    {else} line 46: ADDED: {if $showcancelbutton} {/if} line 353: DELETED: {$addon.status} ADDED: {$addon.status} __________________________________________________________________________________ ** FILE: contact.tpl line 38: DELETED:
    {include file="$template/includes/captcha.tpl"}
    ADDED :
    {include file="$template/includes/captcha.tpl"} __________________________________________________________________________________ ** FILE: creditcard.tpl line 44: DELETED: ADDED : line 46: DELETED: {if $clientsdetails.companyname}{$clientsdetails.companyname}{else}{$firstname} {$lastname}{/if}
    {$clientsdetails.address1}{if $clientsdetails.address2}, {$clientsdetails.address2}{/if}
    {$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}
    {$clientsdetails.countryname} ADDED : {if $companyname}{$companyname}{else}{$firstname} {$lastname}{/if}
    {$address1}{if $address2}, {$address2}{/if}
    {$city}, {$state}, {$postcode}
    {$countryname} __________________________________________________________________________________ ** FILE: footer.tpl line 122: DELETED: __________________________________________________________________________________ ** FILE: includes/head.tpl line 28: DELETED: __________________________________________________________________________________ ** FILE: supportticketsubmit-steptwo.tpl line 91: DELETED: {include file="$template/includes/captcha.tpl"} ADDED:
    {include file="$template/includes/captcha.tpl"} __________________________________________________________________________________ ** FILE: upgradesummary.tpl line 118: DELETED: ADDED: {if $allowgatewayselection} {/if} __________________________________________________________________________________