Commit 964f3dd3 authored by Christophe Dumez's avatar Christophe Dumez

- replaced all h6.clear by p.clear

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9287 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a7648e22
......@@ -314,7 +314,7 @@ XXX: Folder_filter accesses selection directly\n
</a>\n
</span>\n
</span>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</tal:block>
]]></string> </value>
......
......@@ -418,8 +418,7 @@ a:hover {\n
text-decoration: underline;\n
}\n
\n
p.clear,\n
h6.clear {\n
p.clear {\n
height: 0;\n
margin: 0;\n
padding: 0;\n
......
......@@ -125,7 +125,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:use-macro="here/field_render/macros/field_render" />\n
</tal:block>\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div tal:condition="python: len(center_group) > 0"\n
class="center">\n
......@@ -133,7 +133,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:use-macro="here/field_render/macros/field_render" />\n
</tal:block>\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
</div>\n
</tal:block>\n
......
......@@ -106,7 +106,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<input type="text" name="__ac_name" id="name"\n
tal:attributes="value python: request.get(\'__ac_name\') or \'\'" />\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div class="field">\n
<label for="password"\n
......@@ -114,7 +114,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div class="input">\n
<input type="password" name="__ac_password" id="password" />\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div class="field">\n
<label for="cb_remember"\n
......@@ -122,13 +122,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div class="input">\n
<input type="checkbox" name="__ac_persistent" value="1" checked="checked" id="cb_remember" />\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
</div>\n
</div>\n
</div>\n
<script type="text/javascript">setFocus()</script>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
<input type="submit" value="Login" class="submit"\n
tal:attributes="name python: \'%s:method\' % (form_action, )"\n
i18n:attributes="value" i18n:domain="ui" />\n
......
......@@ -98,7 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:use-macro="here/field_render/macros/field_render" />\n
</tal:block>\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div tal:condition="python: len(center_left_group) > 0 or len(center_right_group) > 0"\n
class="top_group">\n
......@@ -114,7 +114,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<tal:block metal:use-macro="here/field_render/macros/field_render" />\n
</tal:block>\n
</div>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div tal:condition="python: len(bottom_group) > 0"\n
class="bottom">\n
......
......@@ -104,7 +104,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</select>\n
<tal:block tal:replace="structure python:form.sort_order.render(item[1], request)" />\n
</div>\n
<h6 class="clear" />\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div tal:repeat="item columns"\n
class="field">\n
......@@ -124,7 +124,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<span tal:replace="structure python:form.sort_order.render(\'\', request)" />\n
</div>\n
</tal:block>\n
<h6 class="clear" />\n
<p class="clear">&nbsp;</p>\n
</div>\n
</div>\n
</div>\n
......
......@@ -254,7 +254,7 @@ IDEAS:\n
</button>\n
</span>\n
</span>\n
<h6 class="clear">&nbsp;</h6>\n
<p class="clear">&nbsp;</p>\n
</div>\n
<div id="context_bar">\n
<tal:block metal:define-slot="context_bar" />\n
......@@ -281,7 +281,7 @@ IDEAS:\n
<tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
</tal:block>\n
</div>\n
<h6 class="clear" style="height: 10px">&nbsp;</h6>\n
<p class="clear" style="height: 10px">&nbsp;</p>\n
<div tal:content="structure here/REQUEST/portal_status_message | nothing"\n
id="transition_message"></div>\n
</div>\n
......
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