mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-21 07:11:54 +00:00
Added batch printing to Assets, Moved batch printing to partial view
This commit is contained in:
8
src/Views/Shared/_BatchButton.cshtml
Normal file
8
src/Views/Shared/_BatchButton.cshtml
Normal file
@@ -0,0 +1,8 @@
|
||||
<button id="openPrintModal"
|
||||
class="btn btn-primary position-fixed bottom-0 start-0 m-4"
|
||||
style="width: 3rem; height: 3rem;z-index: 1000;"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#printModal"
|
||||
title="Open Print Page">
|
||||
🖨️
|
||||
</button>
|
||||
Reference in New Issue
Block a user