From 2f51b87b41aa797840fe47b22cef432ffa616687 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Fri, 1 Sep 2006 17:00:01 +0000 Subject: [PATCH] Add missing **kw in WebSite_getDocumentUrl to accept parameters submitted by the Listbox. Add two section views in default theme to display either the section title, description and content or the default document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9622 20353a03-c40f-0410-a6d1-a30d3c3de9de --- bt5/erp5_web/bt/change_log | 5 +++++ bt5/erp5_web/bt/revision | 2 +- bt5/erp5_web/bt/template_action_path_list | 2 ++ bt5/erp5_web/bt/version | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_web/bt/change_log b/bt5/erp5_web/bt/change_log index 35597ba111..9a2a4b906e 100644 --- a/bt5/erp5_web/bt/change_log +++ b/bt5/erp5_web/bt/change_log @@ -1,3 +1,8 @@ +2006-09-01 Stefan +* Add missing **kw in WebSite_getDocumentUrl to accept parameters submitted by the Listbox. +* Add two section views in default theme to display either the section title, description and +content or the default document. + 2006-09-01 Kevin * Reorder and comment CSS. * Add some titles on form groups. diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision index 3c7d064c14..ab760c939a 100644 --- a/bt5/erp5_web/bt/revision +++ b/bt5/erp5_web/bt/revision @@ -1 +1 @@ -312 \ No newline at end of file +319 \ No newline at end of file diff --git a/bt5/erp5_web/bt/template_action_path_list b/bt5/erp5_web/bt/template_action_path_list index 8cb0e03777..f206c624de 100644 --- a/bt5/erp5_web/bt/template_action_path_list +++ b/bt5/erp5_web/bt/template_action_path_list @@ -13,6 +13,8 @@ Web Section | metadata Web Section | predicate Web Section | section_content Web Section | view +Web Section | web_view +Web Section | web_view_default_page Web Site Module | list_ui Web Site Module | sort_on Web Site Module | view diff --git a/bt5/erp5_web/bt/version b/bt5/erp5_web/bt/version index 7ae1b8574c..955e2d9d76 100644 --- a/bt5/erp5_web/bt/version +++ b/bt5/erp5_web/bt/version @@ -1 +1 @@ -0.3.22 \ No newline at end of file +0.3.23 \ No newline at end of file -- 2.30.9