Feature #2: Implement Repair Provider
Logging Repair for Non-Warranty jobs has been brought into line with Logging Warranty. RepairProviderFeature implemented which allows plugins to be used in submitting jobs to third-parties for repair.
This commit is contained in:
@@ -706,6 +706,24 @@
|
||||
width: 600px;
|
||||
height: 250px;
|
||||
}
|
||||
#repairJobForm #repairDisclosedInformation table {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#repairJobForm #repairDisclosedInformation table tr:not(:last-child) {
|
||||
border-bottom: 1px dashed #aaa;
|
||||
}
|
||||
#repairJobForm #repairDisclosedInformation table th {
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
width: 200px;
|
||||
}
|
||||
#repairJobForm #repairDisclosedInformation table td {
|
||||
padding: 2px;
|
||||
}
|
||||
#repairJobRepairDescription #RepairDescription {
|
||||
width: 600px;
|
||||
height: 250px;
|
||||
}
|
||||
#createJob_Container {
|
||||
margin: 0 -20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user