diff --git a/lam/config/templates/pdf/default.customType.xml b/lam/config/templates/pdf/default.customType.xml new file mode 100644 index 00000000..94c297b5 --- /dev/null +++ b/lam/config/templates/pdf/default.customType.xml @@ -0,0 +1,4 @@ + +
+
+
diff --git a/lam/config/templates/profiles/default.customType b/lam/config/templates/profiles/default.customType new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/lam/config/templates/profiles/default.customType @@ -0,0 +1 @@ + diff --git a/lam/lib/modules/.gitignore b/lam/lib/modules/.gitignore index eea6375e..c7362b25 100644 --- a/lam/lib/modules/.gitignore +++ b/lam/lib/modules/.gitignore @@ -37,3 +37,4 @@ /locking389ds.inc /kopano*.inc /dynamicList.inc +/customBaseType.inc diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index f84604b8..881efa77 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -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; } +