Feature: Document Template Packages
Document Templates can be grouped into a package and generated on-demand in the same was as individual document templates. Packages can be generated in bulk.
This commit is contained in:
@@ -4771,12 +4771,14 @@ button.button:hover {
|
||||
border: 1px solid #6b6b6b;
|
||||
background: #9e9e9e;
|
||||
}
|
||||
ul.none {
|
||||
ul.none,
|
||||
ol.none {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul.none li {
|
||||
ul.none li,
|
||||
ol.none li {
|
||||
margin: 0;
|
||||
}
|
||||
div.form {
|
||||
|
||||
Reference in New Issue
Block a user