Commit 06a80fc4 authored by Jérome Perrin's avatar Jérome Perrin

We can use "Compact Title" as item list method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73c27bfc
......@@ -71,7 +71,8 @@ N_ = lambda msg: Message(\'erp5_ui\', msg)\n
return [\n
(\'\', \'\'),\n
(N_(\'Logical Path\'), \'getCategoryChildTranslatedLogicalPathItemList\', ),\n
(N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', )\n
(N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', ),\n
(N_(\'Compact Title\'), \'getCategoryChildTranslatedCompactTitleItemList\', ),\n
]\n
</string> </value>
</item>
......
593
\ No newline at end of file
594
\ 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