Commit 45bf3f9f authored by Mame Coumba Sall's avatar Mame Coumba Sall

2007-10-09 Fabien

* add setPreferredListboxListModeLineCount(10) to ListBoxZuite_reset to diplay the correct lines number
2007-10-22 Mame
*add languages at the first level of the Localizer
*clear cache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17089 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7814c521
......@@ -70,9 +70,11 @@
<key> <string>_body</string> </key>
<value> <string>"""Add a New Test language."""\n
\n
\n
context.getPortalObject().Localizer.manage_addLanguage(\'wo\')\n
context.getPortalObject().Localizer.manage_addLanguage(\'xh\')\n
context.getPortalObject().Localizer.erp5_ui.manage_addLanguage(\'wo\')\n
context.getPortalObject().Localizer.erp5_ui.manage_addLanguage(\'xh\')\n
context.getPortalObject().portal_caches.clearAllCache()\n
\n
\n
return \'New Languages Added.\'\n
......
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