Commit ae027f04 authored by Rafael Monnerat's avatar Rafael Monnerat

Allow advertisement gadget be added at the erp5 front page

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24083 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea396b2d
......@@ -14,7 +14,13 @@
<value>
<list>
<string>Assignor</string>
<string>Manager</string>
</list>
</value>
</item>
<item>
<key> <string>_Copy_or_Move_Permission</string> </key>
<value>
<list>
<string>Owner</string>
</list>
</value>
......@@ -63,6 +69,16 @@
<value> <string>string</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>multiple_instances_allowed</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>int</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
......@@ -71,6 +87,7 @@
<value>
<tuple>
<string>gadget_type/web_front</string>
<string>gadget_type/erp5_front</string>
</tuple>
</value>
</item>
......@@ -84,6 +101,10 @@
<key> <string>id</string> </key>
<value> <string>erp5_advertisement</string> </value>
</item>
<item>
<key> <string>multiple_instances_allowed</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Gadget</string> </value>
......
......@@ -39,17 +39,20 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<h4>Management Solutions</h4>\n
<div class=\'gadget_advertisement\'>\n
<h4>Management Solutions</h4>\n
\n
<h5>Accounting</h5>\n
<p>ERP5 Accounting provides modern multidimensional accounting which meets \n
IFRS and complex analytical budgeting requirements.</p>\n
<h5>Accounting</h5>\n
<p>ERP5 Accounting provides modern multidimensional accounting which meets \n
IFRS and complex analytical budgeting requirements.</p>\n
\n
<h5>Customer Relation</h5>\n
<p>ERP5 CRM provides sales automation and issue management.</p>\n
<h5>Customer Relation</h5>\n
<p>ERP5 CRM provides sales automation and issue management.</p>\n
\n
<h5>Production Management</h5>\n
<p>ERP5 MRP provides supply chain and production management.</p>
<h5>Production Management</h5>\n
<p>ERP5 MRP provides supply chain and production management.</p>\n
</div>\n
]]></string> </value>
</item>
......
355
\ No newline at end of file
357
\ 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