Commit a977d36f authored by Fabien Morin's avatar Fabien Morin

rss_style should not be in View skin selection (because in this case it will...

rss_style should not be in View skin selection (because in this case it will replace the xhtml_style templates ListBox_asHTML and form_view and will broke the entire site).

business_template_skin_layer_priority to 10 like for odt_style and
and set business_template_registered_skin_selections to RSS

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37603 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8bcb449e
<registered_skin_selection>
<skin_folder_selection>
<skin_folder>erp5_rss_style</skin_folder>
<skin_selection>RSS</skin_selection>
</skin_folder_selection>
</registered_skin_selection>
\ No newline at end of file
......@@ -16,11 +16,11 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>business_template_registered_skin_selections</string> </value>
<value> <string>business_template_skin_layer_priority</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>tokens</string> </value>
<value> <string>float</string> </value>
</item>
</dictionary>
</tuple>
......@@ -33,12 +33,8 @@
</value>
</item>
<item>
<key> <string>business_template_registered_skin_selections</string> </key>
<value>
<tuple>
<string>RSS</string>
</tuple>
</value>
<key> <string>business_template_skin_layer_priority</string> </key>
<value> <float>10.0</float> </value>
</item>
<item>
<key> <string>id</string> </key>
......
42
\ No newline at end of file
44
\ No newline at end of file
erp5_rss_style | RSS
\ 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