Bug Fix: Job Quick-Logging with Queues

Jobs logged cannot be quick-logged if they are added into a queue.
'Device Held' can only be configured if the authorization is given.
This commit is contained in:
Gary Sharp
2014-02-13 22:26:26 +11:00
parent 68256d7abd
commit 7027b33fe2
7 changed files with 180 additions and 81 deletions
+2 -2
View File
@@ -732,7 +732,7 @@
margin-bottom: 4px;
}
#createJob_Container #createJob_QuickLogAutoCloseContainer input {
margin-left: 6px;
margin-left: 4px;
}
#createJob_Container #createJob_QuickLogTaskTimeContainer {
display: none;
@@ -746,7 +746,7 @@
padding-right: 10px;
}
#createJob_Container #createJob_QuickLogTaskTimeContainer label {
margin-right: 20px;
margin-right: 15px;
}
#createJob_Container #createJob_QuickLogTaskTimeContainer #createJob_TaskTimeOtherMinutesContainer {
display: none;
+2 -2
View File
@@ -771,7 +771,7 @@
}
input {
margin-left: 6px;
margin-left: 4px;
}
}
@@ -788,7 +788,7 @@
}
label {
margin-right: 20px;
margin-right: 15px;
}
#createJob_TaskTimeOtherMinutesContainer {
File diff suppressed because one or more lines are too long