custom base type

This commit is contained in:
Roland Gruber 2017-12-30 17:07:49 +01:00
parent 124f563090
commit d9a8f16e78
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<pdf type="bind" filename="printLogo.jpg" headline="Custom entry" foldingmarks="no">
<section name="_main_dn">
</section>
</pdf>

View File

@ -0,0 +1 @@

View File

@ -37,3 +37,4 @@
/locking389ds.inc
/kopano*.inc
/dynamicList.inc
/customBaseType.inc

View File

@ -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; }