From 26a6bd3896e8ff42c1772102bbc2acb1de6866a6 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 30 Apr 2023 11:12:09 +0200 Subject: [PATCH] cleaner edit views --- .../98/managecolletions/managecolletions.html | 339 ++++++++---------- .../view/98/managegroups/managegroups.html | 17 +- .../view/98/manageusers/manageusers.html | 31 +- webclient/view/98/profile/profile.html | 26 +- webclient/view/98/ui/css/style.css | 19 + 5 files changed, 208 insertions(+), 224 deletions(-) diff --git a/webclient/view/98/managecolletions/managecolletions.html b/webclient/view/98/managecolletions/managecolletions.html index b44a137..b0d7232 100644 --- a/webclient/view/98/managecolletions/managecolletions.html +++ b/webclient/view/98/managecolletions/managecolletions.html @@ -4,215 +4,174 @@ Any default field or any option which needs a field get its content after the fields are configured. -
-
- + +
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
- - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NoteUserGroupOther
- - -
- -
- - - 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!
+ +
+ + +
+
+ + +
+ + -
+
diff --git a/webclient/view/98/managegroups/managegroups.html b/webclient/view/98/managegroups/managegroups.html index b32b320..fdd151f 100644 --- a/webclient/view/98/managegroups/managegroups.html +++ b/webclient/view/98/managegroups/managegroups.html @@ -1,30 +1,31 @@

Group management

Add or modify a group

-
-
+ + +
-
+
-
-
+

Warning: Content owned by this group will not be deleted and thus only manageable by admin!
Right now don't do this. Only if you are sure there is no usage of this group.

-
- +
+
-
+
diff --git a/webclient/view/98/manageusers/manageusers.html b/webclient/view/98/manageusers/manageusers.html index 74dc7e9..8b13ffd 100644 --- a/webclient/view/98/manageusers/manageusers.html +++ b/webclient/view/98/manageusers/manageusers.html @@ -1,22 +1,22 @@

User management

Add or modify a user

-
-
+ +
-
+
-
+
-
+
-
+
-
+
>
-
+
-
+
- + +
+
+
-
+
-

Available users

diff --git a/webclient/view/98/profile/profile.html b/webclient/view/98/profile/profile.html index 13e9b02..a95be20 100644 --- a/webclient/view/98/profile/profile.html +++ b/webclient/view/98/profile/profile.html @@ -1,34 +1,36 @@

Manage your profile

- -
+ +
-
+
-
+
-
-
+
-
-
+
-
- Valid until:
- Key: +
+
-
+
diff --git a/webclient/view/98/ui/css/style.css b/webclient/view/98/ui/css/style.css index 79c1578..cca07e7 100644 --- a/webclient/view/98/ui/css/style.css +++ b/webclient/view/98/ui/css/style.css @@ -2,6 +2,7 @@ body { background: #c0c0c0; } +/** 98.css overwrites */ blockquote { background-color: #dfdfdf; margin: 0 0 20px; @@ -11,6 +12,7 @@ blockquote { select[multiple="multiple"] { height: initial; background-image: initial; + padding-right: inherit; } h1 { @@ -43,6 +45,19 @@ h5 { font-family: Arial; } +.field-row-stacked *+* { + margin-top: 0; +} + +.field-row-stacked input[type="submit"] { + width: max-content; +} + +.field-row-stacked label { + margin-top: 6px; +} + +/** custom */ #navSearchWindow { width: 400px; } @@ -80,3 +95,7 @@ h5 { cursor: grab; padding: 5px; } + +.maxSizeForm { + width: 500px; +} -- 2.39.5