diff options
author | tcit <tcit@tcit.fr> | 2014-10-27 15:12:46 +0100 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-10-27 15:12:46 +0100 |
commit | 1b6e21d7a657c87a48efe02a1191d06682c64829 (patch) | |
tree | e4f53e87096151584a0ffd22b844a5e4be028fd1 /themes/baggy | |
parent | 7ee1972599f52924151794fe6c933ce69297f7f3 (diff) | |
download | wallabag-1b6e21d7a657c87a48efe02a1191d06682c64829.tar.gz wallabag-1b6e21d7a657c87a48efe02a1191d06682c64829.tar.zst wallabag-1b6e21d7a657c87a48efe02a1191d06682c64829.zip |
translation fix finished for #871 and bring add tag from search feature to all themes
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/home.twig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 157615ae..a870fc21 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig | |||
@@ -59,7 +59,8 @@ | |||
59 | {{ block('pager') }} | 59 | {{ block('pager') }} |
60 | {% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "Mark all the entries as read" %}" href="./?action=archive_all">{% trans "Mark all the entries as read" %}</a>{% endif %}{% endif %} | 60 | {% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "Mark all the entries as read" %}" href="./?action=archive_all">{% trans "Mark all the entries as read" %}</a>{% endif %}{% endif %} |
61 | 61 | ||
62 | {% if search_term is defined %}<a title="{% trans %}Apply the tag {{ search_term }} to this search{% endtrans %}" href="./?action=add_tag&search={{ search_term }}">{% trans %}Apply the tag {{ search_term }} to this search{% endtrans %}</a>{% endif %} | 62 | {% if searchterm is defined %}<a title="{% trans "Tag these results as" %} {{ searchterm }}" href="./?action=add_tag&search={{ searchterm }}"> |
63 | {% trans "Tag these results as" %} {{ searchterm }}</a>{% endif %} | ||
63 | 64 | ||
64 | {% if tag %}<a title="{% trans "Download the articles from this tag in an epub" %}" href="./?epub&method=tag&value={{ tag.value }}">{% trans "Download the articles from this tag in an epub" %}</a> | 65 | {% if tag %}<a title="{% trans "Download the articles from this tag in an epub" %}" href="./?epub&method=tag&value={{ tag.value }}">{% trans "Download the articles from this tag in an epub" %}</a> |
65 | {% elseif search_term is defined %}<a title="{% trans "Download the articles from this search in an epub" %}" href="./?epub&method=search&value={{ search_term }}">{% trans "Download the articles from this search in an epub" %}</a> | 66 | {% elseif search_term is defined %}<a title="{% trans "Download the articles from this search in an epub" %}" href="./?epub&method=search&value={{ search_term }}">{% trans "Download the articles from this search in an epub" %}</a> |