From 03b85b83d994b125fea216980d43cc0c0beea87a Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Mon, 13 Sep 2010 10:51:13 +0000 Subject: [PATCH] Always include base class and then its field_id variation + field_id-list_style. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38296 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/ListBox_asHTML.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml index 026916bd7a..59f077c47a 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asHTML.xml @@ -226,7 +226,7 @@ \n <div class="listbox-body">\n <table class="listbox"\n - tal:attributes="class python: \'%s listbox-%s\' %(field_id, list_style)"> \n + tal:attributes="class python: \'listbox %s %s-%s\' %(field_id, field_id, list_style)"> \n <thead>\n <!--Column title -->\n <tr class="listbox-label-line"> \n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 8c7b65e297..758690690e 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -1014 \ No newline at end of file +1015 \ No newline at end of file -- 2.30.9