feature: device document template bulk generation
This commit is contained in:
@@ -1981,14 +1981,17 @@ h1.Config_DocumentTemplates {
|
||||
padding-bottom: 0.5em;
|
||||
text-align: right;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate table {
|
||||
#DocumentTemplate_BulkGenerate_Records {
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate table tr.when-none {
|
||||
#DocumentTemplate_BulkGenerate_Records tr.when-none {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
#DocumentTemplate_BulkGenerate_Records[data-scope="device"] .name {
|
||||
display: none;
|
||||
}
|
||||
.dialog-item-picker {
|
||||
height: 300px;
|
||||
overflow-y: auto;
|
||||
|
||||
@@ -2386,14 +2386,20 @@ h1.Config_DocumentTemplates {
|
||||
padding-bottom: .5em;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
#DocumentTemplate_BulkGenerate_Records {
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
|
||||
tr.when-none {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
tr.when-none {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&[data-scope="device"] {
|
||||
.name {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user