Commit da531c2e authored by Fabien Morin's avatar Fabien Morin

correct template because of the changes in erp5_web_editable_content.css (add...

correct template because of the changes in erp5_web_editable_content.css (add of getLayoutProperty). Thanks for Jerome's help

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23198 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 31c716d9
......@@ -78,7 +78,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
\n
<tal:block metal:define-macro="master">\n
<tal:block tal:define="portal_path here/portal_url;\n
<tal:block tal:define="website here/getWebSiteValue;\n
portal_path python:website.absolute_url();\n
editable request/editable_mode | python: 0; \n
global css_list_template python:[\'%s/erp5_egov.css\' % portal_path,\n
\'%s/erp5_egov_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
......@@ -182,6 +183,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -77,7 +77,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n
\n
<tal:block metal:define-macro="master">\n
<tal:block tal:define="portal_path here/portal_url;\n
<tal:block tal:define="website here/getWebSiteValue;\n
portal_path python:website.absolute_url();\n
editable request/editable_mode | python: 0; \n
global css_list_template python:[\'%s/erp5_web.css\' % portal_path,\n
\'%s/erp5_web_%scontent.css\' % (portal_path, editable and \'editable_\' or \'\'),\n
......@@ -156,6 +157,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
243
\ No newline at end of file
244
\ 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