Commit 43bebf74 authored by Jérome Perrin's avatar Jérome Perrin

don't use "structure" for portal_status_message


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0558a180
...@@ -90,10 +90,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -90,10 +90,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:fill-slot="layout"\n <tal:block metal:fill-slot="layout"\n
tal:define="dummy python: request.set(\'editable_mode\', True)">\n tal:define="dummy python: request.set(\'editable_mode\', True)">\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:block tal:condition="here/REQUEST/portal_status_message | nothing">\n <tal:block tal:condition="request/portal_status_message | nothing">\n
<!-- XXX Why no portal message displayed there ?\n <!-- XXX Why no portal message displayed there ?\n
Normally a message should be displayed when saving an object through web interface... -->\n Normally a message should be displayed when saving an object through web interface... -->\n
<div tal:content="structure here/REQUEST/portal_status_message | nothing" id="transition_message"/>\n <div tal:content="request/portal_status_message | nothing" id="transition_message"/>\n
</tal:block>\n </tal:block>\n
<tal:block metal:define-slot="main"/>\n <tal:block metal:define-slot="main"/>\n
</div>\n </div>\n
......
693 694
\ 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