feature: add select all/none attachments when submitting waranty/repair/insurance job

This commit is contained in:
Gary Sharp
2024-12-11 15:15:22 +11:00
parent 343f20980d
commit 25e3a8e1f1
15 changed files with 327 additions and 196 deletions
+6 -4
View File
@@ -794,8 +794,9 @@
padding: 2px;
}
#warrantyJobFaultDescription #FaultDescription {
width: 600px;
height: 250px;
box-sizing: border-box;
width: 100%;
height: 150px;
}
#publishJobAttachments {
border: 1px solid #ccc;
@@ -898,8 +899,9 @@
padding: 2px;
}
#repairJobRepairDescription #RepairDescription {
width: 600px;
height: 250px;
box-sizing: border-box;
width: 100%;
height: 150px;
}
#createJob_Container {
margin: 0 -20px;