diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/index_html.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/index_html.xml index fc480f51a206dc364386ef4dd589dfdeecf6f9c0..10e6c081e0f7212bc00e1672d89198eeb157199b 100755 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/index_html.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_html_style/index_html.xml @@ -107,7 +107,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n <tr tal:define="module_list python:here.ERP5Site_getModuleItemList();\n module_len python:len(module_list);\n col_size python:12;\n - col_len python:(module_len + col_size) / col_size">\n + col_len python:module_len%col_size and (module_len + col_size) / col_size or (module_len) / col_size">\n <td>\n <a href="http://www.erp5.org/"><img src="images/erp5_logo.png" alt="ERP5 Logo" /></a>\n </td>\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 7a115b774dc458dbad459cd04a5fbff64ea81085..99538e50bb9fabfbf474a625d2357362ceb67256 100755 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,9 @@ +2006-01-31 aurel +* fix compution of number of column in index_html + +2006-01-31 jerome +* quick hack to make listbox rendering in report tree / domain tree work again. + 2006-01-31 aurel * fix TemplateTool_installBusinessTemplateListAction