Commit 2866d9ad authored by Jérome Perrin's avatar Jérome Perrin

erp5_xhtml_appearance.js depends on MochiKit, so it should be listed after

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37396 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 858f9c99
......@@ -63,8 +63,8 @@
dummy python:css_list.extend([\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getCssRelativeUrlList()]);\n
css_list_template css_list_template | python:[\'%s/erp5.css\' % (portal_path,)];\n
dummy python:css_list.extend(css_list_template);\n
global js_list js_list | python:[\'%s/erp5_xhtml_appearance.js\' % (portal_path,)];\n
dummy python:js_list.extend([\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getJavaScriptRelativeUrlList()]);\n
global js_list js_list | python:[];\n
dummy python:js_list.extend([\'%s/%s\' % (portal_path, x) for x in portal.ERP5Site_getJavaScriptRelativeUrlList() + (\'erp5_xhtml_appearance.js\',)]);\n
global http_parameter_list python: portal.ERP5Site_filterParameterList(request.form);\n
dummy python: http_parameter_list.update(local_parameter_list);\n
global http_parameters python: portal.ERP5Site_renderHTTPParameterList(http_parameter_list);\n
......
......@@ -854,10 +854,6 @@ return properties_structure\n
<key> <string>id</string> </key>
<value> <string>planning_coordinates</string> </value>
</item>
<item>
<key> <string>isIndexable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
969
\ No newline at end of file
970
\ 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