main
Ilham Wara Nugroho 2026-06-11 11:36:02 +07:00
parent 9c510a295f
commit 99434be23f
2 changed files with 4 additions and 4 deletions

View File

@ -38,12 +38,12 @@
<div class="form-group mb-0 mr-2 d-none">
@include('modules.form.approve')
</div>
<div class="form-group mb-0 mr-2">
{{-- <div class="form-group mb-0 mr-2">
<a title="Tambah Data" class="btn btn-primary mb-2 mb-md-0" onclick="return showCreateModal()"
{{ !$activityForm || $instansi === 'all' || $limitInternal ? 'disabled' : '' }}>
<i class="bx bx-plus"></i>
</a>
</div>
</div> --}}
<div class="form-group mb-0 mr-2">
<a class="btn btn-secondary mb-2 mb-md-0" onclick="showMetadataModal()"
{{ !$activityForm || $instansi === 'all' || $limitInternal ? 'disabled' : '' }}>

View File

@ -1,4 +1,4 @@
<div class="modal fade" id="formModal" tabindex="-1" role="dialog" aria-labelledby="formModalLabel"
{{-- <div class="modal fade" id="formModal" tabindex="-1" role="dialog" aria-labelledby="formModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-lg" role="document" style="width:90%; max-width: 90%;">
<div class="modal-content">
@ -98,4 +98,4 @@
</form>
</div>
</div>
</div>
</div> --}}