เพิ่มข้อความ การแนบไฟล์

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-02 12:08:36 +07:00
parent ef178b8120
commit 23c3142058
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@
</div>
<div class="form-group col-md-4">
<button type="button" class="btn btn-primary" onclick="javascript:open_manage_file()">แนบเอกสาร</button>
<button type="button" class="btn btn-primary" onclick="javascript:open_manage_file()">แนบเอกสาร (โปรดแนบไฟล์นามสกุล PDF หรือ JPG)</button>
</div>
</div>
<div style="display:none;" class='row'>

View File

@@ -22,14 +22,14 @@
<input class="form-control" type="hidden" id="eva_evaluation_achievement_attach_achievement_id" />
<div class='row'>
<div class="form-group col-md-12">
<div class="form-group col-md-12">
<label id="lab_eva_evaluation_achievement_attach_the_file" for="eva_evaluation_achievement_attach_the_file">ไฟล์เอกสาร</label>
<p>
<a id="eva_evaluation_achievement_attach_the_file_linkurl" href="#" target="_blank" class="btn btn-info">ดูหรือดาวโหลดไฟล์ของคุณ</a>
<a id="eva_evaluation_achievement_attach_the_file_remove" href="javascript:removeFile('eva_evaluation_achievement_attach_the_file');" class="btn btn-danger">ลบไฟล์</a>
</p>
นำเข้าไฟล์ใหม่
นำเข้าไฟล์ใหม่ <span style="color:red;">(โปรดแนบไฟล์นามสกุล PDF หรือ JPG)</span>
<input type="file" id="eva_evaluation_achievement_attach_the_file_file" accept="application/pdf,image/jpeg" />
<input type="hidden" id="eva_evaluation_achievement_attach_the_file_hidURL" iLabel="ไฟล์เอกสาร" iRequire="false" iGroup="eva_evaluation_achievement_attach" />
</div>