From 5850ae65f2bb43709df7085a26f17c42422694ba Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Mon, 21 Aug 2006 13:45:08 +0000 Subject: [PATCH] Remove default value (by jp). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9282 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/view_main.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log | 1 + product/ERP5/bootstrap/erp5_xhtml_style/bt/description | 4 ++-- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/version | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml index 352240ba084..7cfdcfcda1a 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml @@ -90,7 +90,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n <div class="document"\n tal:define="actions actions/object_view | python: []">\n <div class="actions">\n - <tal:block tal:condition="editable_mode | python: 1">\n + <tal:block tal:condition="editable_mode">\n <button tal:condition="form_action"\n type="submit" class="save" title="Save"\n tal:attributes="name python: \'%s:method\' % (form_action, )"\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log index ed28baf65fd..bee2329b4d9 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log @@ -1,5 +1,6 @@ 2006-08-21 Kevin * Include support for editable_mode parameter in main_template. +* Remove default value (by jp). 2006-08-21 Chris * Made form_render code a lot lighter with same final result using a loop diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/description b/product/ERP5/bootstrap/erp5_xhtml_style/bt/description index b3cdee8ac80..2e2e5eae75c 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/description +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/description @@ -1,3 +1,3 @@ -This style is a rewrite of erp5_html_style more CSS and semantic html oriented. - +This style is a rewrite of erp5_html_style more CSS and semantic html oriented. + Handles page parameters dynamically. \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 0fa6a7b0880..69226f7293a 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -90 \ No newline at end of file +92 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version index cb174d58a53..d2d61a7e8e4 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.2 \ No newline at end of file -- 2.30.9