From 3309bd722454fa8696ce2415075f401e444c9910 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 30 Jan 2019 14:29:05 +0100 Subject: author and user management --- app/view/templates/editrightbar.php | 53 +++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 29 deletions(-) (limited to 'app/view/templates/editrightbar.php') diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index a081aac..15cef7f 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -65,42 +65,37 @@

Authors

- + level() >= 4) { ?> -

Invites editors

- - + + authors()); + foreach ($notyetauthorlist as $author) { + echo ''; + } + } + ?> + + + authors()); + foreach ($alreadyauthorlist as $author) { + ?> +
+ level() >= 4) { ?> + + + +
+ - - invites()); - foreach ($validateinviteusers as $invite) { - ?> -
- - -
- - -- cgit v1.2.3