From fb26cc9375ce9ef8df748eb473eb6e58884421c6 Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Mon, 10 Mar 2014 16:28:47 +0200 Subject: a lot of enhancements related to tags: tags list is now sorted, shows number of articles, autocomplete added according to #477, #542 --- themes/default/edit-tags.twig | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) mode change 100644 => 100755 themes/default/edit-tags.twig (limited to 'themes/default/edit-tags.twig') diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig old mode 100644 new mode 100755 index 83f04aa0..cd6bc66f --- a/themes/default/edit-tags.twig +++ b/themes/default/edit-tags.twig @@ -5,6 +5,10 @@ {% endblock %} {% block content %} + + + +

{{ entry.title|raw }}

@@ -17,13 +21,15 @@ no tags
    {% for tag in tags %}
  • {{ tag.value }}
  • {% endfor %}
-
+ -

{% trans "You can enter multiple tags, separated by commas." %}

+

{% trans "Start typing for auto complete." %}
+ {% trans "You can enter multiple tags, separated by commas." %}

+
« {% trans "return to article" %} {% endblock %} -- cgit v1.2.3