mirror of https://github.com/itflow-org/itflow
Powered by
This commit is contained in:
parent
4c604f4009
commit
4b7aa4bece
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue