Commit 882ec3a1 authored by Kevin Deldycke's avatar Kevin Deldycke

Add Tips on category import fast input screen to help user.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10532 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c0ece24
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<value> <value>
<list> <list>
<string>my_import_file</string> <string>my_import_file</string>
<string>category_file_template</string> <string>category_import_tips</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>category_file_template</string> </value> <value> <string>category_import_tips</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
You can find an OpenOffice template at <a href="portal_skins/erp5_core/openoffice_category_file_template.sxc">/portal_skins/erp5_core/openoffice_category_file_template.sxc</a> <ul><li>An empty OpenOffice template is available at <a href="portal_skins/erp5_core/openoffice_category_file_template.sxc">/portal_skins/erp5_core/openoffice_category_file_template.sxc</a></li><li>Do not merge cells in the uploaded spreadsheet: this will confuse the parser and produce unpredictible results.</li><li>Do not use category IDs which are defined in Property Sheets as attribute IDs. Currently ERP5 is not able to make the difference between the a subobject ID and a property ID.</li><li>Even if this tool was designed to import OpenOffice v1.x documents, OASIS OpenDocument files are well parsed.</li></ul>
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -247,7 +247,7 @@ You can find an OpenOffice template at <a href="portal_skins/erp5_core/openoffic ...@@ -247,7 +247,7 @@ You can find an OpenOffice template at <a href="portal_skins/erp5_core/openoffic
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Category File</string> </value> <value> <string>Tips</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
2006-10-04 Kevin
* Add Tips on category import fast input screen to help user.
2006-10-03 Kevin 2006-10-03 Kevin
* Mass category import from an OpenOffice document is now much more flexible. * Mass category import from an OpenOffice document is now much more flexible.
......
99 101
\ 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