This commit is contained in:
Sampanna Rimal
2024-08-11 17:29:32 +05:45
parent 0f5bafdf3e
commit 16246fbdeb
8 changed files with 28 additions and 15 deletions

View File

@ -7,11 +7,11 @@
<div class="card card-primary card-outline">
<div class="card-header">
<!-- <button class="btn btn-primary btn-xs float-right" style="margin-left: 2px;" onclick="printDiv('printableArea')"><i class="fas fa-print"></i></button> -->
<h5 class="m-0"><?php echo $pageTitle; ?> <a href="<?php echo site_url($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/create"); ?>" class="btn btn-sm btn-primary float-right">Create New <?php echo $pageTitle; ?></a></h5>
</div>
<div id="printableArea">
<div class="card-body">
<div class="row bill-header">
@ -86,7 +86,7 @@
</div>
</div>
</div>
</div>
</div>
</div>