diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-12 17:36:04 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-12 17:36:04 +0200 |
commit | 6775da70a845a7fa8364dd3bc1a8e7702e9789bf (patch) | |
tree | 71c9ac9f873077d5cc3bdf3d47e3e5917106bdff /themes/baggy/_menu.twig | |
parent | f7382cd8c3141c2d1a7dd4fc129cb4b53992d95c (diff) | |
download | wallabag-6775da70a845a7fa8364dd3bc1a8e7702e9789bf.tar.gz wallabag-6775da70a845a7fa8364dd3bc1a8e7702e9789bf.tar.zst wallabag-6775da70a845a7fa8364dd3bc1a8e7702e9789bf.zip |
feature #505 - it is now possible to add link from bagged article (TODO: redev it to ajax action). Some enhancements to "save a link" popup div
Diffstat (limited to 'themes/baggy/_menu.twig')
-rw-r--r-- | themes/baggy/_menu.twig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/baggy/_menu.twig b/themes/baggy/_menu.twig index 7dd799f9..5226728b 100644 --- a/themes/baggy/_menu.twig +++ b/themes/baggy/_menu.twig | |||
@@ -4,9 +4,10 @@ | |||
4 | <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> | 4 | <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> |
5 | <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> | 5 | <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> |
6 | <li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li> | 6 | <li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li> |
7 | <li><a href="javascript: void(null);" id="bagit">{% trans "save a link" %}</a></li> | 7 | <li style="position: relative;"><a href="javascript: void(null);" id="bagit">{% trans "save a link" %}</a> |
8 | {% include '_pocheit-form.twig' %} | ||
9 | </li> | ||
8 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> | 10 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> |
9 | <li><a class="icon icon-power" href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> | 11 | <li><a class="icon icon-power" href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> |
10 | </ul> | 12 | </ul> |
11 | 13 | ||
12 | {% include '_pocheit-form.twig' %} | ||