Powered by

This commit is contained in:
Marcus Hill 2025-08-16 16:37:24 +01:00
parent 4c604f4009
commit 4b7aa4bece
1 changed files with 13 additions and 2 deletions

View File

@ -1099,16 +1099,27 @@ if (isset($_POST["export_client_pdf"])) {
$html .= "
<h1>IT Documentation</h1>
<h2>$client_name</h2>
<h4>Prepared by $session_name on " . date("F j, Y") . "</h4>
";
$html .= "
<h4>Prepared by $session_name on " . date("F j, Y") . "</h4>
</div>
";
$html .= "
<br>
<h4>$session_company_name</h4>
$company_phone<br>$company_email<br>
<hr>
";
if (!$config_whitelabel_enabled) {
$html .= '<div style="text-align:right;">
<small class="text-muted">Powered by ITFlow</small>
</div>';
}
$html .= '<hr>';
// Client header information (non-table)
$html .= "
<div class='client-header'>