Commit bb811f96 authored by Fabien Morin's avatar Fabien Morin

value attribute was two times in the markup, this is not xhtml valid

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31719 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 66d58811
......@@ -53,7 +53,7 @@
search_area_section_id python:current_web_section.getLayoutProperty(\'layout_search_area_section_id\', \'\')">\n
<div class="searchform">\n
<fieldset tal:define="search_default_text python:current_web_section.Base_translateString(\'Search\')">\n
<input name="field_your_search_text" class="field" value=""\n
<input name="field_your_search_text" class="field"\n
value="Search" tal:attributes="value string:${search_default_text};\n
onfocus string:if (this.value==\'${search_default_text}\') this.value=\'\';\n
onkeyup string:submitFormOnEnter(event, this.form, \'${search_area_section_id}/ERP5Site_viewQuickSearchResultList\');"\n
......
168
\ No newline at end of file
169
\ 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