From 0600b268e1ae08dd7e1030fe445fef97e7e0d4d0 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Mon, 17 Mar 2008 08:58:02 +0000 Subject: [PATCH] Fix actions's url. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19948 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/planning_content.xml | 4 ++-- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml index 291e18d077..ef83d51f2e 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml @@ -232,14 +232,14 @@ Beware this only generates the HTML code, no CSS generation is done in this scri <!-- previous page exists -->\n <input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n tal:attributes="src previous_src;\n - name string:${address}/previousPage:method;\n + name string:previousPage:method;\n id python:axis.name + \'_previous\'" />\n </tal:block>\n <tal:block tal:condition="python:basic.report_axis_info[\'bound_stop\']!=basic.report_axis_info[\'bound_end\']">\n <!-- next page exists -->\n <input type="image" src="/images/1rightarrowv.png" title="Next Page" name="" border="0"\n tal:attributes="src next_src;\n - name string:{address}/nextPage:method;\n + name string:nextPage:method;\n id python:axis.name + \'_next\'" />\n </tal:block>\n <!-- inserting depth widget -->\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 5da127eea4..22c04b349c 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -507 \ No newline at end of file +508 \ No newline at end of file -- 2.30.9