src/ztfy/myams/viewlet/menu/menu-item.pt
changeset 81 a67eb3f6b789
parent 0 8a19e25e39e4
child 177 88ada40a3fa4
--- 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"