update
parent
6bfe3093a3
commit
559a87b66b
|
|
@ -1665,7 +1665,7 @@ if (!function_exists('formKriteria')) {
|
|||
<input type="hidden" name="input_upload_files_label[]" value="'.preg_replace('/[^a-z0-9]+/', '_', strtolower($dataOption)).'">
|
||||
<div class="input-group border-none">
|
||||
<div class="input-group-prepend ">
|
||||
<a target="_blank" class="text-white input-group-text border-none bg-primary clickModal" data-toggle="modal" data-title="'.$dataOption.'" data-target="#modal" data-type="'.$extension[1].'" data-url="'.asset($checkFile->value).'" href="#"><i class="fal fa-download"></i></a>
|
||||
<a class="text-white input-group-text border-none bg-primary clickModal" data-toggle="modal" data-title="'.$dataOption.'" data-target="#modal" data-type="'.$extension[1].'" data-url="'.asset($checkFile->value).'" href="#"><i class="fal fa-download"></i></a>
|
||||
<a data-href="'.url('usulan/adiwiyata/kriteria/deleteFile/'.encode_id($checkFile->PenilaianFileId)).'/'.encode_id($page_number).'" class="text-white input-group-text border-none bg-danger d-none btnDeletFile" href="#"><i class="fal fa-trash"></i></a>
|
||||
</div>
|
||||
<input type="file" accept=".pdf,.png,.jpeg,.jpg" name="input_upload_files[]" data-replace-index="'.$keyOption.'" class="removeFormKriteria '.preg_replace('/[^a-z0-9]+/', '_', strtolower($dataOption)).'Class form-control">
|
||||
|
|
|
|||
Loading…
Reference in New Issue