From c39c1848beb0db66ba45df465c2393ab503350da Mon Sep 17 00:00:00 2001 From: Woraprat <73052317+aeworaprat@users.noreply.github.com> Date: Fri, 3 Mar 2023 04:34:35 +0700 Subject: [PATCH] update user file excel download --- html/exhibition/application/views/user/v_user_create_excel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/exhibition/application/views/user/v_user_create_excel.php b/html/exhibition/application/views/user/v_user_create_excel.php index fb4ad8f..5e3ac8a 100644 --- a/html/exhibition/application/views/user/v_user_create_excel.php +++ b/html/exhibition/application/views/user/v_user_create_excel.php @@ -38,6 +38,7 @@ <input type="file" id="excel_file" /> <button type="button" id="submit" class="btn btn-default float-right" onclick="create_user()" style="color:white">บันทึก</button> <a type="button" class="btn btn-default float-right" style='margin-right:10px; border-color:#A79E9E;' onclick="cancel_create_user()">ยกเลิก</a> + <a href="<?php echo base_url() ?>image/template.xlsx" download="template.xlsx"><img src="<?php echo base_url() ?>image/excel.png" style="width: 25px;"> ดาวน์โหลด Template</a download> <br><br> <div id="excel_data"></div> <br> -- GitLab