[Erp5-report] r9148 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 11 12:18:17 CEST 2006


Author: chris
Date: Fri Aug 11 12:18:16 2006
New Revision: 9148

URL: http://svn.erp5.org?rev=9148&view=rev
Log:
- Fixed a bug in search (getPortalType not defined)

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getHelpUrl.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getHelpUrl.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getHelpUrl.xml?rev=9148&r1=9147&r2=9148&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getHelpUrl.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getHelpUrl.xml Fri Aug 11 12:18:16 2006
@@ -71,11 +71,11 @@
             <value> <string>if context.REQUEST.has_key(\'workflow_action\'): # We are on a workflow transition\n
   help = \'%s#%s\' % (getattr(getattr(context, form_id), \'form_action\'),context.REQUEST[\'workflow_action\'])\n
 elif action is not None:\n
-  help = \'%s#%s\' % (context.getPortalType(), action)\n
+  help = \'%s#%s\' % (context.getPortalTypeName(), action)\n
 elif form_id is not None:\n
-  help = \'%s_%s\' % (context.getPortalType(), form_id)\n
+  help = \'%s_%s\' % (context.getPortalTypeName(), form_id)\n
 else:\n
-  help = context.getPortalType()\n
+  help = context.getPortalTypeName()\n
 return \'%s/%s\' % (context.portal_preferences.getPreferredHtmlStyleDocumentationBaseUrl(), help)\n
 </string> </value>
         </item>




More information about the Erp5-report mailing list