[Erp5-report] r37379 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 30 14:04:58 CEST 2010


Author: jerome
Date: Fri Jul 30 14:04:53 2010
New Revision: 37379

URL: http://svn.erp5.org?rev=37379&view=rev
Log:
form_id should be the id, not title_or_id. This was the cause of strange redirections in erp5_subversion

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=37379&r1=37378&r2=37379&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml [utf8] Fri Jul 30 14:04:53 2010
@@ -47,7 +47,7 @@
               tal:define="object_uid           here/getUid | nothing;\n
               object_path          here/getPath | nothing;\n
               form                 nocall: form | nothing;\n
-              form_id              form/id | template/title_or_id | nothing;\n
+              form_id              form/id | template/id | nothing;\n
               portal               here/getPortalObject;\n
               form_action          python: form and form.action not in (\'\', None) and portal.portal_membership.checkPermission(\'Modify portal content\', here) and form.action or nothing;\n
               local_parameter_list local_parameter_list | python: {};\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=37379&r1=37378&r2=37379&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Jul 30 14:04:53 2010
@@ -1 +1 @@
-961
\ No newline at end of file
+967
\ No newline at end of file




More information about the Erp5-report mailing list