[Erp5-report] r25826 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 3 14:13:45 CET 2009
Author: jerome
Date: Tue Mar 3 14:13:45 2009
New Revision: 25826
URL: http://svn.erp5.org?rev=25826&view=rev
Log:
- "Usual Name" cannot be used for title on Base_viewDocumentList, because it's not only used on entities.
- change the form title to match what's usually used as action name
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml?rev=25826&r1=25825&r2=25826&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList.xml [utf8] Tue Mar 3 14:13:45 2009
@@ -124,7 +124,7 @@
</item>
<item>
<key> <string>name</string> </key>
- <value> <string>Entity_viewDocuments</string> </value>
+ <value> <string>Base_viewDocumentList</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
@@ -140,7 +140,7 @@
</item>
<item>
<key> <string>title</string> </key>
- <value> <string>View Files and Images</string> </value>
+ <value> <string>Documents</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml?rev=25826&r1=25825&r2=25826&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/my_title.xml [utf8] Tue Mar 3 14:13:45 2009
@@ -13,8 +13,6 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
- <string>title</string>
- <string>description</string>
<string>editable</string>
</list>
</value>
@@ -77,10 +75,6 @@
<value>
<dictionary>
<item>
- <key> <string>description</string> </key>
- <value> <string>The usual name of the person or the organisation.</string> </value>
- </item>
- <item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
@@ -96,10 +90,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
- <item>
- <key> <string>title</string> </key>
- <value> <string>Usual Name</string> </value>
- </item>
</dictionary>
</value>
</item>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=25826&r1=25825&r2=25826&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Mar 3 14:13:45 2009
@@ -1,1 +1,1 @@
-1099
+1100
More information about the Erp5-report
mailing list