From 42e89ac398bdf2a98167b0b71123c98e297b2130 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 4 Dec 2018 20:39:48 +0100 Subject: editor right bar --- app/view/templates/editrightbar.php | 60 ++++++++++++++++++++++++++++++------- 1 file changed, 50 insertions(+), 10 deletions(-) (limited to 'app/view/templates/editrightbar.php') diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index fa249ef..9572678 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -2,26 +2,66 @@ >
-
- Links + + +
+ Last edited + + +
+ + +
+ Tags + $idlist) { + if(count($idlist) > 1) { ?> - + '; + foreach ($idlist as $id) { + if($id === $art->id()) { + echo '
  • ★ '.$id.'
  • '; + } else { + ?> +
  • + '; } ?> +
    -
    - Fonts - + +
    -- cgit v1.2.3