Commit d6472d5e authored by Gabriel Monnerat's avatar Gabriel Monnerat

2010-12-14 gabriel

* Added default reference for templates.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cca56f79
...@@ -106,6 +106,36 @@ ...@@ -106,6 +106,36 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>preferred_html_style_access_tab</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>preferred_html_style_acknowledgeable_message</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>preferred_html_style_contextual_help</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>preferred_html_style_developper_mode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>preferred_html_style_translator_mode</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>preferred_max_user_inactivity_duration</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>preferred_medium_image_height</string> </key>
<value> <int>480</int> </value>
</item>
<item> <item>
<key> <string>preferred_subversion_working_copy</string> </key> <key> <string>preferred_subversion_working_copy</string> </key>
<value> <value>
...@@ -114,6 +144,14 @@ ...@@ -114,6 +144,14 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>preferred_text_editor</string> </key>
<value>
<tuple>
<string>fck_editor</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>UNG Preference</string> </value> <value> <string>UNG Preference</string> </value>
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>text/html</string> </value> <value> <string>text/html</string> </value>
</item> </item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>default-Web.Illustration.Reference</string> </value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value>
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>text/html</string> </value> <value> <string>text/html</string> </value>
</item> </item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>default-Web.Page.Reference</string> </value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value>
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
<value> <string>text/html</string> </value> <value> <string>text/html</string> </value>
</item> </item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>default-Web.Table.Reference</string> </value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value>
......
2010-12-14 gabriel 2010-12-14 gabriel
* Refactor code to use ERP5 System Templates to create each allowed document in UNG Web Site. * Added default reference for templates.
* Refactor code to create the documents allowed in UNG using ERP5 System Templates.
* Added one preference and one template for each allowed object in UNG Web Site * Added one preference and one template for each allowed object in UNG Web Site
2010-12-13 gabriel 2010-12-13 gabriel
......
125 126
\ No newline at end of file \ 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