[Erp5-report] r19921 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 14 17:18:40 CET 2008
Author: romain
Date: Fri Mar 14 17:18:40 2008
New Revision: 19921
URL: http://svn.erp5.org?rev=19921&view=rev
Log:
Use absolute_url instead of getUrl.
Fix next/previous actions.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.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/planning_content.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml?rev=19921&r1=19920&r2=19921&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml Fri Mar 14 17:18:40 2008
@@ -63,7 +63,7 @@
</tal:block>\n
<tal:block tal:define=" basic options/basic;\n
planning options/planning;\n
- address python:basic.context.getUrl()">\n
+ address python: basic.context.absolute_url()">\n
<!-- hidden fields holding some usefull data-->\n
<input type="hidden" name="list_selection_name" value="PlanningView" tal:attributes="value python:basic.field.get_value(\'selection_name\')" />\n
<!-- setPage needs \'listbox_uid:list\'-->\n
@@ -239,7 +239,7 @@
<!-- 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:{address}/nextPage:method;\n
id python:axis.name + \'_next\'" />\n
</tal:block>\n
<!-- inserting depth widget -->\n
@@ -269,12 +269,12 @@
<!-- previous page exists -->\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Lane Page" name="" border="0"\n
tal:attributes="src previous_src;\n
- name string:${address}/previousLanePage:method;\n
+ name string:previousLanePage:method;\n
id python:axis.name + \'_previous\'" />\n
<!-- next page exists -->\n
<input type="image" src="/images/1rightarrowv.png" title="Next Lane Page" name="" border="0"\n
tal:attributes="src next_src;\n
- name string:${address}/nextLanePage:method;\n
+ name string:nextLanePage:method;\n
id python:axis.name + \'_next\'" />\n
</tal:block>\n
</div>\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=19921&r1=19920&r2=19921&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Fri Mar 14 17:18:40 2008
@@ -1,1 +1,1 @@
-506
+507
More information about the Erp5-report
mailing list