show column description also in tooltip of header

This commit is contained in:
Helmut Merz 2015-04-18 09:41:25 +02:00
parent 0936181bf6
commit 7a0ddb1e0d

View file

@ -90,6 +90,8 @@
<td tal:repeat="opt item/answerOptions"
style="text-align: center"
i18n:translate=""
i18n:attributes="title"
tal:attributes="title opt/description"
tal:content="opt/label|string:" />
</tr>
<tal:question repeat="question group/questions">