show column description also in tooltip of header
This commit is contained in:
parent
0936181bf6
commit
7a0ddb1e0d
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue