Commit f6c73ee7 authored by Fabien Morin's avatar Fabien Morin

add alt attributes. This fix xthml errors (not tested)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26261 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8db2af27
...@@ -207,7 +207,8 @@ ...@@ -207,7 +207,8 @@
i18n:attributes="title"\n i18n:attributes="title"\n
i18n:domain="ui"\n i18n:domain="ui"\n
class="clickable_image"\n class="clickable_image"\n
onclick="toggleElement(\'rename_tab_dialog\');" />\n onclick="toggleElement(\'rename_tab_dialog\');" \n
alt="edit"/>\n
\n \n
<img src="icon_remove.gif" \n <img src="icon_remove.gif" \n
title="Remove"\n title="Remove"\n
...@@ -219,7 +220,8 @@ ...@@ -219,7 +220,8 @@
\\\'%s\\\', \\\'%s\\\',\\\'/%s\\\')\' \n \\\'%s\\\', \\\'%s\\\',\\\'/%s\\\')\' \n
%(active_knowledge_pad.getRelativeUrl(), \n %(active_knowledge_pad.getRelativeUrl(), \n
mode,\n mode,\n
context.getId())" />\n context.getId())" \n
alt="remove"/>\n
<img src="icon_remove.gif" \n <img src="icon_remove.gif" \n
title="Remove"\n title="Remove"\n
i18n:attributes="title"\n i18n:attributes="title"\n
...@@ -231,7 +233,8 @@ ...@@ -231,7 +233,8 @@
%(active_knowledge_pad.getRelativeUrl(), \n %(active_knowledge_pad.getRelativeUrl(), \n
mode,\n mode,\n
context.getPortalObject().getId(),\n context.getPortalObject().getId(),\n
context.getRelativeUrl())" />\n context.getRelativeUrl())" \n
alt="remove"/>\n
</li>\n </li>\n
\n \n
<li tal:condition="not: is_active"\n <li tal:condition="not: is_active"\n
...@@ -274,7 +277,8 @@ ...@@ -274,7 +277,8 @@
</tr>\n </tr>\n
</table>\n </table>\n
\n \n
</tal:block> </tal:block>\n
]]></string> </value> ]]></string> </value>
</item> </item>
......
376 377
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment