Commit c1b3e10b authored by Kevin Deldycke's avatar Kevin Deldycke

Change Categories' int_index property label to 'Sort Index'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8194 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5dda80ed
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>int_index</string> <string>int_index</string>
<string>Int Index</string> <string>Sort Index</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -449,6 +449,10 @@ ...@@ -449,6 +449,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
......
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>int_index</string> <string>int_index</string>
<string>Int Index</string> <string>Sort Index</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -449,6 +449,10 @@ ...@@ -449,6 +449,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
......
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string>Integer which define the category position when the category is in a sorted list.</string> </value>
</item> </item>
<item> <item>
<key> <string>display_maxwidth</string> </key> <key> <string>display_maxwidth</string> </key>
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Int Index</string> </value> <value> <string>Sort Index</string> </value>
</item> </item>
<item> <item>
<key> <string>whitespace_preserve</string> </key> <key> <string>whitespace_preserve</string> </key>
......
2006-06-28 Kevin
* Change Categories' int_index property label to 'Sort Index'.
2006-06-26 vincent 2006-06-26 vincent
* Remove Base_call[View|List]DialogMethod. Everything has been merged & cleaned in Base_callDialogMethod. * Remove Base_call[View|List]DialogMethod. Everything has been merged & cleaned in Base_callDialogMethod.
......
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