Commit 6b5f0311 authored by Ivan Tyagov's avatar Ivan Tyagov

Unify CSS selectors.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35463 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e6846185
......@@ -73,7 +73,7 @@
<div class="search result">\n
\n
<!-- Advanced Search header -->\n
<div class="centeredInner searchBar"\n
<div class="centeredInner searchBar extendedSearchBar"\n
tal:define="search_default_text python:context.getContext().Base_translateString(\'Search\')"\n
tal:condition="python:not is_gadget_mode and show_search_line">\n
<input name="top_your_search_text" size="40" value="" type="text"\n
......@@ -309,7 +309,8 @@
</div>\n
\n
<!-- Advanced Search footer -->\n
<div class="centeredInner extendedSearchBar" tal:condition="python: not is_gadget_mode and show_search_line">\n
<div class="centeredInner searchBar extendedSearchBar" \n
tal:condition="python: not is_gadget_mode and show_search_line">\n
<input name="bottom_your_search_text" size="40" value="" type="text"\n
onkeypress="submitFormOnEnter(event, this.form, \'ERP5Site_processAdvancedSearchBottom\');"\n
tal:attributes="value your_search_text" />\n
......@@ -318,7 +319,8 @@
</div>\n
\n
<!-- Advanced Search footer for gadgets -->\n
<div class="centeredInner extendedSearchBar" tal:condition="python: is_gadget_mode and show_search_line">\n
<div class="centeredInner searchBar extendedSearchBar" \n
tal:condition="python: is_gadget_mode and show_search_line">\n
<input tal:define ="params python: {\'ERP5Site_processAdvancedSearchBottom:method\':\'\',\'bottom_your_search_text\':\'this.value\'};"\n
name="bottom_your_search_text" size="25" value="" type="text"\n
tal:attributes=\'value your_search_text;\n
......
946
\ No newline at end of file
947
\ 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