diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderQuickSearchDialog.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderQuickSearchDialog.xml index 71e9c2231c3b3cde7b5e94beeea59d2d4c64ba15..a92e3f5cdee625595f8ecb839199dc34bbf294ce 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderQuickSearchDialog.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderQuickSearchDialog.xml @@ -44,10 +44,10 @@ tal:define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \n \'text/html;; charset=utf-8\');">\n <div>\n - <input type="text" size="40" name="new_advanced_search_text" id="SearchableText" class="autofocus"/>\n - <select size="1" class="input" name="new_advanced_search_portal_type">\n - <option value="" selected value="" i18n:translate="" i18n:domain="ui">Everything</option>\n - <option value="all" selected value="" i18n:translate="" i18n:domain="ui">All Documents</option>\n + <input type="text" onkeypress="submitFormOnEnter(event, \'main_form\', \'ERP5Site_processAdvancedSearch\');" class="input-text" name="top_your_search_text" size="40" accesskey="4"/>\n + <select size="1" class="input" name="top_your_search_portal_type">\n + <option value="" selected="selected" i18n:translate="" i18n:domain="ui">Everything</option>\n + <option value="all" i18n:translate="" i18n:domain="ui">All Documents</option>\n <option tal:repeat="ptype here/getPortalDocumentTypeList"\n tal:attributes="value ptype"\n tal:content="python:ptype"\n @@ -57,7 +57,7 @@ <option value="Person" i18n:translate="" i18n:domain="ui">Person</option>\n <option value="Organisation" i18n:translate="" i18n:domain="ui">Organisation</option>\n </select>\n - <input type="submit" name="ERP5Site_viewQuickSearchResultList:method" value="Search"\n + <input type="submit" name="ERP5Site_processAdvancedSearch:method" value="Search"\n i18n:attributes="value" i18n:domain="ui"/>\n </div>\n </tal:block>\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml index 61721ad96ff4f23cc44970def2af478a5c7693ba..ec755c4e61a6ccfc538d799183950f158f868efb 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ListBox_asStandardHTML.xml @@ -343,7 +343,7 @@ <input tal:condition="python: not line.isSummary() and line.getObject() is not None"\n type="checkbox" value="checked" name="uids:list"\n tal:attributes="checked python: line.getUid() in checked_uid_set;\n - value line/getUid;">\n + value line/getUid;" />\n <tal:block tal:condition="python: line.isSummary() or line.getObject() is None"></tal:block>\n </td>\n <tal:block tal:repeat="value render_result">\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 980f92ce8a489031ef687ce2da859a9d408acb1f..5b3e043c5286090c102c37a59e7b649a42b057ec 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -702 \ No newline at end of file +703 \ No newline at end of file