[Erp5-report] r26158 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 25 14:55:15 CET 2009


Author: fabien
Date: Wed Mar 25 14:55:14 2009
New Revision: 26158

URL: http://svn.erp5.org?rev=26158&view=rev
Log:
remove some id's. There are not used in css selector of xhtml_style and km but make the page invalid in case of more than one listbox displayed on a form.

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/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.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=26158&r1=26157&r2=26158&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 Mar 25 14:55:14 2009
@@ -79,7 +79,6 @@
                    size="40" \n
                    value="" \n
                    tal:condition="python:here.getParamDict().has_key(\'your_search_text\')"\n
-                   id="SearchableText"\n
                    type="text"\n
                    onkeypress="submitFormOnEnter(event, \n
                                         \'main_form\',\n
@@ -90,7 +89,6 @@
                    size="40" \n
                    value="" \n
                    tal:condition="python:not here.getParamDict().has_key(\'your_search_text\')"\n
-                   id="SearchableText"\n
                    type="text"\n
                    onkeypress="submitFormOnEnter(event, \n
                                         \'main_form\',\n
@@ -351,7 +349,7 @@
 \n
             <input name="bottom_your_search_text" \n
                    size="40" \n
-                   value="" id="SearchableTextBottom"\n
+                   value=""\n
                    tal:condition="python:here.getParamDict().has_key(\'your_search_text\')"\n
                    type="text" \n
                    onkeypress="submitFormOnEnter(event, \n
@@ -361,7 +359,7 @@
 \n
             <input name="bottom_your_search_text" \n
                    size="40" \n
-                   value="" id="SearchableTextBottom"\n
+                   value=""\n
                    tal:condition="python:not here.getParamDict().has_key(\'your_search_text\')"\n
                    type="text"\n
                    onkeypress="submitFormOnEnter(event, \n
@@ -381,7 +379,7 @@
             <input tal:define ="params python: {\'ERP5Site_processAdvancedSearchBottom:method\':\'\',\'bottom_your_search_text\':\'this.value\'};"\n
                    name="bottom_your_search_text" \n
                    size="25" \n
-                   value="" id="SearchableTextBottom"\n
+                   value=""\n
                    tal:condition="python: here.getParamDict().has_key(\'your_search_text\')"\n
                    type="text"\n
                    tal:attributes=\'value python:here.getParamDict()["your_search_text"];\n
@@ -391,7 +389,7 @@
             <input tal:define ="params python: {\'ERP5Site_processAdvancedSearchBottom:method\':\'\',\'bottom_your_search_text\':\'this.value\'};"\n
                    name="bottom_your_search_text" \n
                    size="25" \n
-                   value="" id="SearchableTextBottom"\n
+                   value=""\n
                    tal:condition="python:not here.getParamDict().has_key(\'your_search_text\')"\n
                    type="text"\n
                    tal:attributes=\'onkeypress python:"if(event.keyCode==13){" + real_context.KnowledgePad_generateAjaxCall(absolute_url+"/"+form_id,box,box_id,params).replace("\\"this.value\\"","this.value")+ "return false;;}"\'/>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml?rev=26158&r1=26157&r2=26158&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asTableStyleHTML.xml [utf8] Wed Mar 25 14:55:14 2009
@@ -438,7 +438,7 @@
           <!-- Advanced Search header -->\n
           <div class="centeredInner extendedSearchBar"\n
                tal:condition="python:not is_gadget_mode and show_search_line and here.getParamDict().has_key(\'advanced_search_text\')">\n
-            <input name="advanced_search_text" size="40" value="" id="SearchableTextBottom"\n
+            <input name="advanced_search_text" size="40" value=""\n
                    type="text" tal:attributes="value python:here.getParamDict()[\'advanced_search_text\']"\n
                    onkeypress="submitFormOnEnter(event,\n
                                     \'main_form\',\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=26158&r1=26157&r2=26158&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 Mar 25 14:55:14 2009
@@ -1,1 +1,1 @@
-672
+673




More information about the Erp5-report mailing list