mirror of
https://github.com/itflow-org/itflow
synced 2026-03-19 04:04:51 +00:00
Powered by
This commit is contained in:
@@ -1099,16 +1099,27 @@ if (isset($_POST["export_client_pdf"])) {
|
|||||||
$html .= "
|
$html .= "
|
||||||
<h1>IT Documentation</h1>
|
<h1>IT Documentation</h1>
|
||||||
<h2>$client_name</h2>
|
<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>
|
</div>
|
||||||
";
|
";
|
||||||
|
|
||||||
$html .= "
|
$html .= "
|
||||||
<br>
|
<br>
|
||||||
<h4>$session_company_name</h4>
|
<h4>$session_company_name</h4>
|
||||||
$company_phone<br>$company_email<br>
|
$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)
|
// Client header information (non-table)
|
||||||
$html .= "
|
$html .= "
|
||||||
<div class='client-header'>
|
<div class='client-header'>
|
||||||
|
|||||||
Reference in New Issue
Block a user