Commit 19c8a446 authored by Ivan Tyagov's avatar Ivan Tyagov

Include ERP5 listbox CSS file (global_definitions override is to be replaced...

Include ERP5 listbox CSS file (global_definitions override is to be replaced by ERP5Site_getCssRelativeUrlList soon).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38130 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d6989764
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -61,6 +58,7 @@
dummy python: request.set(\'here\', here);\n
global css_list css_list | python: [];\n
css_list_template css_list_template | python: [\'%s/erp5.css\' % (portal_path, ),\n
\'%s/erp5_listbox.css\' % (portal_path, ),\n
\'%s/erp5_knowledge_box.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
......
535
\ No newline at end of file
536
\ 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