==================================================== ## WMHMCS Version 7.1 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) ### NEW FILES css/all.css css/all.min.css fonts (all folder) js/scripts.js js/scripts.min.js ### FILES TO REPLACE css/overrides.css css/styles.css includes/sidebar.tpl includes/tablelist.tpl js/whmcs.js oauth/layout.tpl ### FILES CHANGES ** FILE: affiliates.tpl line 112: DELETED {$referral.amountdesc} {$referral.commission} ADDED {$referral.amountdesc} {$referral.commission} __________________________________________________________________________________ ** FILE: clientareacreditcard.tpl line 62: DELETED
ADDED line 76: DELETED ADDED line 115: DELETED ADDED line 122: DELETED ADDED line 130: DELETED ADDED __________________________________________________________________________________ ** FILE: clientareainvoices.tpl line 42: DELETED {$invoice.total} ADDED {$invoice.total} __________________________________________________________________________________ ** FILE: clientareaproducts.tpl line 34: DELETED {$service.amount}
{$service.billingcycle} ADDED {$service.amount}
{$service.billingcycle} __________________________________________________________________________________ ** FILE: creditcard.tpl line 18: DELETED ADDED line 121: DELETED ADDED line 187: DELETED ADDED __________________________________________________________________________________ ** FILE: footer.tpl line 121-128: DELETED line 134: DELETED __________________________________________________________________________________ ** FILE: includes/head.tpl line 1-7: DELETED ADDED line 10: DELETED line 22: DELETED {if !empty($loadMarkdownEditor)} {if !empty($mdeLocale)} {$mdeLocale} {/if} {/if} ADDED: __________________________________________________________________________________ ** FILE: quotepdf.tpl line 18: DELETED $pdf->SetX($pdf->GetX()+10); $pdf->Cell(20,6,$_LANG['quotenumber'],1,0,'C'); $pdf->Cell(70,6,$_LANG['quotesubject'],1,0,'C'); $pdf->Cell(35,6,$_LANG['quotedatecreated'],1,0,'C'); $pdf->Cell(35,6,$_LANG['quotevaliduntil'],1,1,'C'); $pdf->SetFont($pdfFont,'',9); $pdf->SetX($pdf->GetX()+10); $rowcount = $pdf->getNumLines($subject, 60); $height = $rowcount * 5; $pdf->MultiCell(20,$height,$quotenumber,1,'C',0,0); $pdf->MultiCell(70,$height,$subject,1,'C',0,0); $pdf->MultiCell(35,$height,$datecreated,1,'C',0,0); $pdf->MultiCell(35,$height,$validuntil,1,'C',0,1); ADDED $tblhtml = "
{$_LANG['quotenumber']} {$_LANG['quotesubject']} {$_LANG['quotedatecreated']} {$_LANG['quotevaliduntil']}
{$quotenumber} {$subject} {$datecreated} {$validuntil}
"; $pdf->writeHTML($tblhtml, true, false, false, false, ''); __________________________________________________________________________________ ** FILE: viewinvoice.tpl line 9-16: DELETED ADDED __________________________________________________________________________________ ** FILE: viewquote.tpl line 9-16: DELETED ADDED __________________________________________________________________________________