mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added Print Button and hid sidebar, breadcrumbs and button on print client
This commit is contained in:
@@ -23,7 +23,7 @@ if(isset($_GET['client_id'])){
|
||||
?>
|
||||
|
||||
<!-- Breadcrumbs-->
|
||||
<ol class="breadcrumb">
|
||||
<ol class="breadcrumb d-print-none">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="index.html">Clients</a>
|
||||
</li>
|
||||
@@ -33,6 +33,8 @@ if(isset($_GET['client_id'])){
|
||||
<li class="breadcrumb-item active">Print</li>
|
||||
</ol>
|
||||
|
||||
<button class="btn btn-primary d-print-none mb-2" onclick="window.print();"><i class="fa fa-print"></i> Print</button>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-9">
|
||||
<h1><?php echo $client_name; ?></h1>
|
||||
|
||||
Reference in New Issue
Block a user