diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml index 22d2e1230ede7eefbf9c2990329b4b53f092078f..b08f2b42a5cc497edc09d5e03dba76de96e7cd84 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml @@ -70,6 +70,10 @@ GNU General Public License for more details.\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n +\n +MISSING\n + (jp) - way to decide when to display and when not to display a label\n + (jp) - is CSS really handled ?\n -->\n </tal:block>\n <tal:block metal:define-macro="field_render">\n @@ -93,7 +97,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n class="error"\n tal:content="python: field_errors[field.id].error_text"\n i18n:translate="" i18n:domain="ui"></span>\n - <h6 class="clear"> </h6>\n </div>\n </tal:block>\n </tal:block>\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log index 7da8956f1cc4edefa8d5fe5301107e79dc606436..7788addfbbe0bdd9f5220ba70bec7f8199ccfd5f 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log @@ -2,6 +2,7 @@ * Include support for editable_mode parameter in main_template. * Remove default value (by jp). * Do not render empty groups in forms. +* Do not use <h6> tags to clear box flow. 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/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index bd753ccc4b9f3ab7d4f134e4994d77da191b3537..56749c830e6a7dee4812f62215c7f689d791d8c7 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -94 \ No newline at end of file +96 \ 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 e2cac26c1a8221c28f8b79c6eba0005c6f1cecb4..b966e81a45e870bfd103da9d513c3e5088599a11 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version @@ -1 +1 @@ -1.2.3 \ No newline at end of file +1.2.4 \ No newline at end of file