CHANGE_ADMIN_DOWNLOAD_CLIENT_PREVIEW : AADHAVAN
This commit is contained in:
parent
78076bb786
commit
5aa9f87cec
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/writable
|
||||
/writable
|
||||
/public/uploads
|
||||
@ -84,7 +84,7 @@
|
||||
<div class="form-group">
|
||||
<label for="old_password">Email</label>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="email" name="email" value="<?php echo $branch['branch_name']; ?>" required>
|
||||
<input type="text" class="form-control" id="email" name="email" value="<?php echo $branch['email']; ?>" required>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -276,7 +276,7 @@
|
||||
|
||||
function PreviewImage() {
|
||||
console.log('function called');
|
||||
var fileInput = document.getElementById("client_logo");
|
||||
var fileInput = document.getElementById("business_logo");
|
||||
var file = fileInput.files[0];
|
||||
|
||||
if (file) {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<div class="col-8">
|
||||
<div class="page-title-box page-title-box-alt">
|
||||
<h4 class="page-title"><?php echo $docData->service_name; ?>
|
||||
<a >
|
||||
<a class="download-btnn" style="color:#000;">
|
||||
<i class="fas fa-download"></i>
|
||||
</a>
|
||||
</h4>
|
||||
@ -299,7 +299,7 @@
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
document.querySelector(".download-btn").addEventListener("click", async function() {
|
||||
document.querySelector(".download-btnn").addEventListener("click", async function() {
|
||||
const { jsPDF } = window.jspdf;
|
||||
|
||||
var element = document.querySelector(".card-body");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user