Commit bc8d64c0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

2010-12-16 gabriel

* Added default theme to Spreadsheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41494 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58325e48
......@@ -221,7 +221,7 @@ body div.content{\n
padding:5px;\n
}\n
\n
span#themeSwitcher{\n
span#themeSwitcher {\n
display:none;\n
}</string> </value>
</item>
......
......@@ -38,7 +38,9 @@
</item>
<item>
<key> <string>_text</string> </key>
<value> <unicode>// This function will be called when the user click the save button. As\n
<value> <unicode encoding="cdata"><![CDATA[
// This function will be called when the user click the save button. As\n
// submitAction function may have changed the action before, it\'s better to\n
// reset the form action to it\'s original behaviour. This is actually\n
// usefull when the user click the back button.\n
......@@ -47,9 +49,14 @@ function clickSaveButton(act){\n
document.forms[0].action = act;\n
// Here we should use\n
document.forms[0].elements[\'field_my_text_content\'].value = $.sheet.instance[0].getSource(true);\n
} \n
}\n
\n
</unicode> </value>
link = $("<link>");\n
link.attr("id", "dynamic_css");\n
link.attr({type: \'text/css\', rel:\'stylesheet\', href:\'sheet_default_theme.css\'});\n
$("head").append(link);
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>sheet_images</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts92501942.09</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>02_glass.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAANElEQVQ4jWN4+PDhfyYGBgaGUWKU
GCWGLfHnzx8MMUZGRmQCIcHExISsBI01SowSo8TgJABiKQnKbW5lAgAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>400</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>109</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Image" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts92501871.63</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>05_inset_soft.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAAEwK2r2AAAAVUlEQVQYlbWOSwrAMAhEx/F3/2N5
qnbjIoSkpIVuHg6MT1FVFwFgCTMDMxN092UFW4GIgBHRApLnu89Q1faZWUdV7ZOHlq/H30NERpAc
pylO5T8eugH20g7p+LALDQAAAABJRU5ErkJggg==</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>100</int> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>142</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-12-16 gabriel
* Added default theme to Spreadsheet
2010-11-21 gabriel
* Clear the text_content field to use Spreadsheet Editor from EditorField
......
26
\ No newline at end of file
28
\ 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