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 352240ba084fbb9962cc612f974132bc847a1abc..7cfdcfcda1a86304b5f29e0da20759ae28664da1 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 ed28baf65fd66e0864e6f93550e10bc10fedfe07..bee2329b4d9efb06578401341fe9c5cc6d9dbfbf 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 b3cdee8ac80305321eda433397d20b825f48660a..2e2e5eae75cc22d5a95ccf8dee1ce0e0b0e51b16 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 0fa6a7b088051e48b8dc94d598b7e324e6f691c9..69226f7293aa543649b73a6ed3264cddabfcd8c1 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 cb174d58a5349fd5df9dfd2014d74225d1756780..d2d61a7e8e43726e9417aa9e37bc2890a6363a64 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