Fix display consistency

Transition message should be display under the page header
Gadgets on home page should be forced to anonymous gadgets when this is required
parent 1ed924b0
No related merge requests found
...@@ -68,7 +68,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -68,7 +68,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div tal:content="structure python: here.ERP5Site_viewHomeAreaRenderer(mode=\'web_front\', \n <div tal:content="structure python: here.ERP5Site_viewHomeAreaRenderer(mode=\'web_front\', \n
default_pad_group=\'\',\n default_pad_group=\'\',\n
create_default_pad=True, \n create_default_pad=True, \n
make_security_check=True)"\n make_security_check=True,\n
use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False))"\n
class="draggable_wrapper"/>\n class="draggable_wrapper"/>\n
</div>\n </div>\n
</tal:block>\n </tal:block>\n
......
...@@ -166,6 +166,13 @@ ...@@ -166,6 +166,13 @@
</div>\n </div>\n
\n \n
<div id="center" class="center_fluid" tal:define="dummy python: request.set(\'editable_mode\', True)">\n <div id="center" class="center_fluid" tal:define="dummy python: request.set(\'editable_mode\', True)">\n
<!-- Headline Box -->\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
</tal:block>\n
\n
<!-- Splash Box -->\n <!-- Splash Box -->\n
<tal:block tal:condition="python: layout_form is not None\n <tal:block tal:condition="python: layout_form is not None\n
and len(splash_area)\n and len(splash_area)\n
...@@ -175,16 +182,11 @@ ...@@ -175,16 +182,11 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
\n \n
<!-- Headline Box -->\n \n
<!-- Layout form rendering -->\n <!-- Layout form rendering -->\n
<div id="km_left" \n <div id="km_left" \n
tal:attributes="class python:\'alone\' * is_right_area_empty;\n tal:attributes="class python:\'alone\' * is_right_area_empty;\n
id python:is_front_layout * \'km_front\' or \'km_left\'">\n id python:is_front_layout * \'km_front\' or \'km_left\'">\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
</tal:block>\n
<div id="master">\n <div id="master">\n
<div id="main_content" tal:attributes="class python:(list_mode and \'list_mode\') or \'view_mode\'"\n <div id="main_content" tal:attributes="class python:(list_mode and \'list_mode\') or \'view_mode\'"\n
tal:define="dummy python: request.set(\'editable_mode\', editable)">\n tal:define="dummy python: request.set(\'editable_mode\', editable)">\n
...@@ -229,8 +231,7 @@ ...@@ -229,8 +231,7 @@
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
</body>\n </body>\n
</html>\n </html>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
1796 1797
\ No newline at end of file \ 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