Commit 912c6e7a authored by Jean-Paul Smets's avatar Jean-Paul Smets

Define default js_list to [] so that erp5_xhtml_style does not try to set it...

Define default js_list to [] so that erp5_xhtml_style does not try to set it to erp5_xhtml_appearance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14795 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dd8e1ff
......@@ -79,8 +79,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\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
\'%s/erp5_web_admin_toolbox.css\' % portal_path,\n
\'%s/template_erp5_web.css\' % portal_path,\n
]">\n
\'%s/template_erp5_web.css\' % portal_path,];\n
global js_list python:[]">\n
<tal:block metal:use-macro="here/template_erp5_xhtml_style/macros/master">\n
<tal:block metal:fill-slot="layout"\n
tal:define="dummy python: request.set(\'editable_mode\', True)">\n
......
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