Commit e435abcc authored by Ivan Tyagov's avatar Ivan Tyagov

Use File rather than DTML (slower) to render static CSS content.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28132 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9fe709d8
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DTMLDocument" module="OFS.DTMLDocument"/>
<global name="File" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
......@@ -14,23 +14,19 @@
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>tabber_style.css</string> </value>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts48186920.11</string> </value>
</item>
<item>
<key> <string>_vars</string> </key>
<value>
<dictionary/>
</value>
<key> <string>__name__</string> </key>
<value> <string>tabber_style.css</string> </value>
</item>
<item>
<key> <string>globals</string> </key>
<value>
<dictionary/>
</value>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>raw</string> </key>
<key> <string>data</string> </key>
<value> <string>/*========================================================================================\n
** tabber.js default style\n
**========================================================================================*/\n
......@@ -161,6 +157,14 @@ table tr td {\n
\n
</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <long>2697</long> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
779
\ No newline at end of file
781
\ 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