From 6a4b9f124ec2dbf17c70d69de29d634253afb2eb Mon Sep 17 00:00:00 2001 From: Thomas Bernard <thomas@nexedi.com> Date: Mon, 3 Jul 2006 08:51:15 +0000 Subject: [PATCH] 2006-07-03 Thomas In PlanningBox rendering, replaced '?' icon with a dot car '.' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8276 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/planning_content.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml index 8a1c5ce820..32f7e679b1 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml @@ -463,9 +463,12 @@ Beware this only generates the HTML code, no CSS generation is done in this scri tal:attributes="href python:block.info[area].link">\n </a>\n <a tal:condition="python:block.info[area].info == \'__\'"\n - tal:attributes="href python:block.info[area].link">\n + tal:attributes="href python:block.info[area].link"\n + tal:content="python:\'.\'">\n + <!-- not used any more\n <img tal:attributes="src python:basic.here.getUrl() + \'/images/question.png\'"\n height="15" width="15">\n + -->\n </a>\n </div>\n </tal:block>\n -- 2.30.9