--- a/src/ztfy/myams/viewlet/menu/menu-item.pt Tue Oct 14 14:30:54 2014 +0200
+++ b/src/ztfy/myams/viewlet/menu/menu-item.pt Tue Oct 14 14:31:54 2014 +0200
@@ -2,7 +2,8 @@
<li tal:attributes="class view/css_class">
<a tal:condition="view/label"
tal:attributes="href view/getURL;
- data-toggle python:'modal' if view.modal_target else ''">
+ data-toggle python:'modal' if view.modal_target else '';
+ title view/label;">
<i tal:condition="view/icon_class"
tal:attributes="class string:fa fa-lg fa-fw ${view/icon_class}">
<em tal:condition="view/notice"