Commit 72767706 authored by Rafael Monnerat's avatar Rafael Monnerat

Changed the local to render knowledge pads. This should not change anything for current behavior .

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20910 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b82c311b
......@@ -68,12 +68,6 @@
<tal:block tal:condition="python:tab is None">\n
<tal:block tal:replace="structure here/ERP5Site_viewClassicFrontPage" />\n
</tal:block>\n
<!-- Gadgets -->\n
<tal:block tal:condition="python: getattr(here,\'portal_gadgets\', None)">\n
<link href="erp5_knowledge_box_top_newpage.css" rel="stylesheet" type="text/css" />\n
<tal:block tal:condition="exists:here/ERP5Site_viewHomeAreaRenderer"\n
tal:replace="structure here/ERP5Site_viewHomeAreaRenderer" />\n
</tal:block>\n
</tal:block>\n
\n
\n
......
......@@ -74,11 +74,16 @@
<div class="content editable">\n
<div id="container" style="margin: 1em">\n
<metal:block define-slot="content" />\n
</div>\n
</div>\n
<p class="clear" />\n
</div>\n
<tal:block tal:condition="python: getattr(here,\'portal_gadgets\', None)">\n
<link href="erp5_knowledge_box_top_newpage.css" rel="stylesheet" type="text/css" />\n
<tal:block tal:condition="exists:here/ERP5Site_viewHomeAreaRenderer"\n
tal:replace="structure here/ERP5Site_viewHomeAreaRenderer" />\n
</tal:block>\n
</div>\n
</div>\n
</div>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
......
49
\ No newline at end of file
50
\ No newline at end of file
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