custom base type
This commit is contained in:
parent
124f563090
commit
d9a8f16e78
|
@ -0,0 +1,4 @@
|
|||
<pdf type="bind" filename="printLogo.jpg" headline="Custom entry" foldingmarks="no">
|
||||
<section name="_main_dn">
|
||||
</section>
|
||||
</pdf>
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -37,3 +37,4 @@
|
|||
/locking389ds.inc
|
||||
/kopano*.inc
|
||||
/dynamicList.inc
|
||||
/customBaseType.inc
|
||||
|
|
|
@ -798,3 +798,7 @@ h4.schema_oclass_sub {
|
|||
.nsviewType-bright { background:#fff3c8 !important; }
|
||||
.nsviewType-dark { background-color:#ffe27f !important; }
|
||||
|
||||
.customType-border { border-color:#00a69c; }
|
||||
.customType-bright { background:#e1fffd !important; }
|
||||
.customType-dark { background-color:#91f1eb !important; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue