Commit 1f0c7933 authored by Romain Courteaud's avatar Romain Courteaud

Allow to display the status message in list mode.

Work by François-Xavier Algrain.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34436 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e557e4e
......@@ -186,7 +186,7 @@
<div id="km_left" \n
tal:attributes="class python:\'alone\' * is_right_area_empty;\n
id python:is_front_layout * \'km_front\' or \'km_left\'">\n
<tal:block tal:condition="python: layout_form is not None and not list_mode">\n
<tal:block tal:condition="python: layout_form is not None">\n
<tal:block tal:repeat="aggregate python: [(\'headline\', headline_area)]">\n
<tal:block metal:use-macro="here/aggregate_render/macros/aggregate_render"/>\n
</tal:block>\n
......
1324
\ No newline at end of file
1325
\ 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