From b9d0843cd844a00ab051643c747e0fe88c46aa3e Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Thu, 15 Mar 2018 11:33:16 +0000
Subject: [PATCH] [erp5_xhtml_style] Drop invalid value attribute

---
 .../portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.zpt    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.zpt b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.zpt
index 6ccd3c44a8..b715ca48c9 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.zpt
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTMLLibrary.zpt
@@ -7,7 +7,6 @@
          class="listbox-tree-flat-list-mode"
          title="Flat List" 
          name="setFlatListMode:method"
-         value="1" 
          alt="Flat List"
          tal:attributes="src string:${portal_url_string}/images/text_block.png;"
          i18n:domain="ui" i18n:attributes="title; alt" />
@@ -18,7 +17,6 @@
          class="listbox-tree-report-tree-mode"
          title="Report Tree" 
          name="setReportTreeMode:method"
-         value="1" 
          alt="Report Tree"
          tal:attributes="src string:${portal_url_string}/images/view_tree.png;"
          i18n:domain="ui" i18n:attributes="title; alt" />
@@ -29,7 +27,6 @@
          class="listbox-tree-domain-tree-mode"
          title="Domain Tree" 
          name="setDomainTreeMode:method"
-         value="1" 
          alt="Domain Tree"
          tal:attributes="src string:${portal_url_string}/images/view_choose.png;"
          i18n:domain="ui" i18n:attributes="title; alt" />
-- 
2.30.9