From 98650369a2b694df068fe7423ce7a18e56879230 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Tue, 12 Sep 2006 14:45:12 +0000
Subject: [PATCH] Rewrite documentation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9832 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_web/WebSite_getGroupList.xml           | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_getGroupList.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_getGroupList.xml
index 15180a46ac..526456e128 100644
--- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_getGroupList.xml
+++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSite_getGroupList.xml
@@ -176,8 +176,9 @@ Example:\n
                  ]]\n
     ]\n
 \n
-  In fact the aggregate list of groups is a list of tuple, each tuple contain\n
-  informations returned by ERP5XhtmlStyle_getFormGroupTitleAndId().\n
+Tips:\n
+  * The returned list structure is design to let you cast them as dict() if you don\'t care about group aggregate ordering. This also help you to get group aggregate more easily\n
+\n
 """\n
 \n
 aggregate_list = []  # Returned data structure\n
-- 
2.30.9