[Erp5-report] r35463 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTe...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 19 15:15:48 CEST 2010


Author: ivan
Date: Wed May 19 15:15:43 2010
New Revision: 35463

URL: http://svn.erp5.org?rev=35463&view=rev
Log:
Unify CSS selectors.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml?rev=35463&r1=35462&r2=35463&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asSearchStyleHTML.xml [utf8] Wed May 19 15:15:43 2010
@@ -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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=35463&r1=35462&r2=35463&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Wed May 19 15:15:43 2010
@@ -1,1 +1,1 @@
-946
+947




More information about the Erp5-report mailing list