Commit 6a4b9f12 authored by Thomas Bernard's avatar Thomas Bernard

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
parent 1028f8ae
......@@ -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
......
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