fix(print-out): perbaikan prit out, resume, memo, standard, sedehana dan rap
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<div class="bg-white rounded-lg overflow-hidden shadow-xl transform transition-all min-w-3xl w-[1280px] h-[768px]">
|
||||
<div class="p-4 h-full flex flex-col">
|
||||
<div class="flex justify-between items-center mb-4">
|
||||
<button id="downloadBtn" class="btn btn-primary btn-sm">
|
||||
<button type="button" id="downloadBtn" class="btn btn-primary btn-sm">
|
||||
<i class="ki-duotone ki-cloud-download me-1"><span class="path1"></span><span class="path2"></span></i>
|
||||
Download File
|
||||
</button>
|
||||
<button onclick="closePreviewModal()" class="text-2xl">
|
||||
<button type="button" onclick="closePreviewModal()" class="text-2xl">
|
||||
<i class="ki-filled ki-cross-square text-red-600"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
10
resources/views/component/signature-pad.blade.php
Normal file
10
resources/views/component/signature-pad.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- resources/views/signatures/components/signature-pad.blade.php -->
|
||||
<div class="text-center border">
|
||||
<h3 class="signature-title">{{ ucfirst($type) }}</h3>
|
||||
<canvas id="signature-pad-{{ $type }}" class="signature-pad" width="400" height="200"></canvas>
|
||||
<div class="button-container py-2">
|
||||
<button type="button" id="save-{{ $type }}" class="btn btn-xs btn-primary">Simpan</button>
|
||||
<button type="button" id="clear-{{ $type }}" class="btn btn-xs btn-danger">Hapus</button>
|
||||
</div>
|
||||
<div id="status-{{ $type }}" class="status-message"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user