Restore Export PDF button to the UI
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<!-- අලුතෙන් දාපු Single Export Buttons ටික -->
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12 text-right">
|
||||
<button class="btn btn-danger" onclick="exportFullReport('pdf')" style="border-radius: 10px;">
|
||||
<button class="btn btn-danger" style="border-radius: 10px;">
|
||||
<i class="fa fa-file-pdf-o"></i> Export PDF
|
||||
</button>
|
||||
<button class="btn btn-success" onclick="exportFullReport('excel')" style="border-radius: 10px;">
|
||||
@@ -63,8 +63,8 @@
|
||||
<i class="fa fa-file-text-o"></i> Export CSV
|
||||
</button>
|
||||
<!-- <button class="btn btn-secondary" onclick="window.print()" style="border-radius: 10px;">
|
||||
<i class="fa fa-print"></i> Print Report
|
||||
</button> -->
|
||||
<i class="fa fa-print"></i> Print Report
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user