Commit 9c590c3f authored by Kevin Deldycke's avatar Kevin Deldycke

Do not use <h6> tags to clear box flow.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9284 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7c87cff
...@@ -70,6 +70,10 @@ GNU General Public License for more details.\n ...@@ -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 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 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 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 -->\n
</tal:block>\n </tal:block>\n
<tal:block metal:define-macro="field_render">\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 ...@@ -93,7 +97,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
class="error"\n class="error"\n
tal:content="python: field_errors[field.id].error_text"\n tal:content="python: field_errors[field.id].error_text"\n
i18n:translate="" i18n:domain="ui"></span>\n i18n:translate="" i18n:domain="ui"></span>\n
<h6 class="clear">&nbsp;</h6>\n
</div>\n </div>\n
</tal:block>\n </tal:block>\n
</tal:block>\n </tal:block>\n
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Include support for editable_mode parameter in main_template. * Include support for editable_mode parameter in main_template.
* Remove default value (by jp). * Remove default value (by jp).
* Do not render empty groups in forms. * Do not render empty groups in forms.
* Do not use <h6> tags to clear box flow.
2006-08-21 Chris 2006-08-21 Chris
* Made form_render code a lot lighter with same final result using a loop * Made form_render code a lot lighter with same final result using a loop
......
94 96
\ No newline at end of file \ No newline at end of file
1.2.3 1.2.4
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment