summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-11 18:36:51 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-11 18:36:51 +0200
commit82ede0ed9d3f2238d5bdd65a1747b7cf82023a18 (patch)
treef44f9e0f1efb791eb556fbeabbcb20135a0445e7 /ishtar_common
parent253023f6c3480e75d1b9977ff2d2869af4262a29 (diff)
downloadIshtar-82ede0ed9d3f2238d5bdd65a1747b7cf82023a18.tar.bz2
Ishtar-82ede0ed9d3f2238d5bdd65a1747b7cf82023a18.zip
Shortcut menu: help message
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html4
-rw-r--r--ishtar_common/templates/ishtar/blocks/shortcut_menu.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html b/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html
index 91f99f294..581381e82 100644
--- a/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html
+++ b/ishtar_common/templates/ishtar/blocks/advanced_shortcut_menu.html
@@ -4,8 +4,8 @@
<form method="post" action="{% url 'update-current-item' %}">
<fieldset>
<div class="short-menu-buttons btn-group" role="group">
- <button type="button" class="btn" id='short-menu-simple'>{% trans "simple" %}</button>
- <button type="button" class="btn btn-selected" id='short-menu-advanced'>{% trans "advanced" %}</button>
+ <button type="button" class="btn" id='short-menu-simple' title="{% trans 'Simple menu limited to your own items. Be careful only the last 100 items are displayed.' %}">{% trans "simple" %}</button>
+ <button type="button" class="btn btn-selected" id='short-menu-advanced' title="{% trans 'Advanced menu.' %}">{% trans "advanced" %}</button>
</div>
<div id='action_current_items'>
<p><i class="icon fa fa-thumb-tack fa-2x" aria-hidden="true" title="{% trans 'Pin an item in order to constrain default searches with this item. By default only your items are displayed. New created and modified items are auto-pin.' %}"></i></p>
diff --git a/ishtar_common/templates/ishtar/blocks/shortcut_menu.html b/ishtar_common/templates/ishtar/blocks/shortcut_menu.html
index f07e0ed99..5a0463c30 100644
--- a/ishtar_common/templates/ishtar/blocks/shortcut_menu.html
+++ b/ishtar_common/templates/ishtar/blocks/shortcut_menu.html
@@ -4,8 +4,8 @@
<form method="post" action="{% url 'update-current-item' %}">
<fieldset>
<div class="short-menu-buttons btn-group" role="group">
- <button type="button" class="btn btn-selected" id='short-menu-simple'>{% trans "simple" %}</button>
- <button type="button" class="btn" id='short-menu-advanced'>{% trans "advanced" %}</button>
+ <button type="button" class="btn btn-selected" id='short-menu-simple' title="{% trans 'Simple menu limited to your own items. Be careful only the last 100 items are displayed.' %}">{% trans "simple" %}</button>
+ <button type="button" class="btn" id='short-menu-advanced' title="{% trans 'Advanced menu.' %}">{% trans "advanced" %}</button>
</div>
<i class="icon fa fa-thumb-tack fa-2x" aria-hidden="true" title="{% trans 'Pin an item in order to constrain default searches with this item. By default only your items are displayed. New created and modified items are auto-pin.' %}"></i>
<table id='current_items'>