From: Banana Date: Sat, 29 Apr 2023 12:19:07 +0000 (+0200) Subject: theme 98: manage collection view X-Git-Tag: 1.5~10 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=0c01038183113ba00bfaf22a9c81bc03e6e9c457;p=bibliotheca-php.git theme 98: manage collection view --- diff --git a/webclient/view/98/managecolletions/managecolletions.html b/webclient/view/98/managecolletions/managecolletions.html new file mode 100644 index 0000000..b8362f3 --- /dev/null +++ b/webclient/view/98/managecolletions/managecolletions.html @@ -0,0 +1,251 @@ +

Manage your collections

+

Add or modify a collection

+
+ Any default field or any option which needs a field get its content after the fields are configured. +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Note
+ + +
+ +
+ + + The field is used in the global search. Altering the default search field results in + a DB reindex. This could take some time, depending on the amount of data. +
+ +
+ +
+ + Make sure that the default global search field is in this list. This does not limit the fields to search in.
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + +
UserGroupOther
+ > + + + > + + + > + + + > + + + > + + + > + + + > + + + > + + + > + +
+
+
Update entry with collection rights + + + + Warning: This will overwrite existing entry rights (user, group, rights) with the ones from the collection! +
Delete + + + Warning: This will delete ALL the data in this collection!
+
+ +
+ +
+
+ +

Available collections

+
+ + + + + + + + + + + + + + $v) { ?> + + + + + + + + + + + +
NameDescriptionOwnerGroupRightsCollectionFields
+
+ +
EditEdit
+
diff --git a/webclient/view/98/managetags/managetags.html b/webclient/view/98/managetags/managetags.html index 6969871..d023f3a 100644 --- a/webclient/view/98/managetags/managetags.html +++ b/webclient/view/98/managetags/managetags.html @@ -11,7 +11,7 @@
-
+
diff --git a/webclient/view/98/ui/css/style.css b/webclient/view/98/ui/css/style.css index dde325a..2c2e22a 100644 --- a/webclient/view/98/ui/css/style.css +++ b/webclient/view/98/ui/css/style.css @@ -2,6 +2,17 @@ body { background: #c0c0c0; } +blockquote { + background-color: #dfdfdf; + margin: 0 0 20px; + padding: 20px; +} + +select[multiple="multiple"] { + height: initial; + background-image: initial; +} + .window { font-family: Arial; }