Commit b9d0843c authored by Romain Courteaud's avatar Romain Courteaud

[erp5_xhtml_style] Drop invalid value attribute

parent 58cf1647
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
class="listbox-tree-flat-list-mode" class="listbox-tree-flat-list-mode"
title="Flat List" title="Flat List"
name="setFlatListMode:method" name="setFlatListMode:method"
value="1"
alt="Flat List" alt="Flat List"
tal:attributes="src string:${portal_url_string}/images/text_block.png;" tal:attributes="src string:${portal_url_string}/images/text_block.png;"
i18n:domain="ui" i18n:attributes="title; alt" /> i18n:domain="ui" i18n:attributes="title; alt" />
...@@ -18,7 +17,6 @@ ...@@ -18,7 +17,6 @@
class="listbox-tree-report-tree-mode" class="listbox-tree-report-tree-mode"
title="Report Tree" title="Report Tree"
name="setReportTreeMode:method" name="setReportTreeMode:method"
value="1"
alt="Report Tree" alt="Report Tree"
tal:attributes="src string:${portal_url_string}/images/view_tree.png;" tal:attributes="src string:${portal_url_string}/images/view_tree.png;"
i18n:domain="ui" i18n:attributes="title; alt" /> i18n:domain="ui" i18n:attributes="title; alt" />
...@@ -29,7 +27,6 @@ ...@@ -29,7 +27,6 @@
class="listbox-tree-domain-tree-mode" class="listbox-tree-domain-tree-mode"
title="Domain Tree" title="Domain Tree"
name="setDomainTreeMode:method" name="setDomainTreeMode:method"
value="1"
alt="Domain Tree" alt="Domain Tree"
tal:attributes="src string:${portal_url_string}/images/view_choose.png;" tal:attributes="src string:${portal_url_string}/images/view_choose.png;"
i18n:domain="ui" i18n:attributes="title; alt" /> i18n:domain="ui" i18n:attributes="title; alt" />
......
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