Commit d08814bd authored by Vincent Pelletier's avatar Vincent Pelletier

Rename those 2 scripts to follow XhtmlStyle script naming conventions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9822 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bbade859
......@@ -126,7 +126,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_getCSSList</string> </value>
<value> <string>ERP5XhtmlStyle_getCSSList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -126,7 +126,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_getJSList</string> </value>
<value> <string>ERP5XhtmlStyle_getJSList</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -63,9 +63,9 @@
dummy python: request.set(\'here\', here);\n
\n
global css_list css_list | python: [];\n
dummy python: not is_web_mode and css_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5Site_getCSSList()]);\n
dummy python: not is_web_mode and css_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getCSSList()]);\n
global js_list js_list | python: [];\n
dummy python: not is_web_mode and js_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5Site_getJSList()]);\n
dummy python: not is_web_mode and js_list.extend([\'%s/%s\' % (here.portal_url.getPortalPath(), x) for x in here.ERP5XhtmlStyle_getJSList()]);\n
\n
global http_parameter_list request/form/copy;\n
http_parameter_list python: here.ERP5XhtmlStyle_filterParameterList(http_parameter_list);\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