From 9d1e1d73344b89b2222c965274b3cdc92af8d192 Mon Sep 17 00:00:00 2001 From: carmenliao <30969508+carmenliao@users.noreply.github.com> Date: Fri, 19 Jan 2018 11:00:23 +1300 Subject: Improvements to Annotations listing design (#12476) * Improvements to Annotations listing design :# Please enter the commit message for your changes. Lines starting * fixed create a new annotation Please enter the commit message for your changes. Lines starting * fixed the delete feature so it's not a button --- plugins/Annotations/templates/_annotation.twig | 45 ++++++++++++++-------- plugins/Annotations/templates/_annotationList.twig | 8 +++- .../templates/getAnnotationManager.twig | 9 ++++- 3 files changed, 43 insertions(+), 19 deletions(-) (limited to 'plugins/Annotations/templates') diff --git a/plugins/Annotations/templates/_annotation.twig b/plugins/Annotations/templates/_annotation.twig index ab0a8a2ca6..c90e99a428 100755 --- a/plugins/Annotations/templates/_annotation.twig +++ b/plugins/Annotations/templates/_annotation.twig @@ -8,23 +8,32 @@ {% endif %} -
({{ annotation.date }})
+ +
{{ annotation.date }}
{% if annotation.canEditOrDelete %} -- cgit v1.2.3