[Erp5-report] r31536 fabien - in /erp5/trunk/bt5/tiolive_base: SkinTemplateItem/portal_skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 30 15:29:41 CET 2009


Author: fabien
Date: Wed Dec 30 15:29:40 2009
New Revision: 31536

URL: http://svn.erp5.org?rev=31536&view=rev
Log:
Write "Search" in the bottom right search.

It was reported that in some web_site (like km), some people think that this field was used to login. Writing "Search" inside make not possible to think this now. (And when the field get the focus, the field make him empty to be able to receive the search text).

I try this without javascript support, and the search is usable, the only thing is that the user have to remove the default text manualy (it's the behaviour of most of the popular websites).

reviewed and approved by jm

Modified:
    erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml
    erp5/trunk/bt5/tiolive_base/bt/version

Modified: erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml?rev=31536&r1=31535&r2=31536&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/navigation_box_render.xml [utf8] Wed Dec 30 15:29:40 2009
@@ -126,6 +126,8 @@
 <fieldset id="fieldset-tiosearch">\n
     <input type="hidden" name="all_languages" value="1" />\n
     <input accesskey="4" type="text" size="40" name="field_your_search_text" class="input-text" \n
+      value="Search" i18n:attributes="value" i18n:domain="ui"\n
+      onfocus="this.value=\'\';"\n
       onkeypress="submitFormOnEnter(event, this.form, \'ERP5Site_viewQuickSearchResultList\');" />\n
     <input type="submit" class="input-submit" value="" alt="Search"\n
             name="ERP5Site_viewQuickSearchResultList:method"/>  \n

Modified: erp5/trunk/bt5/tiolive_base/bt/version
URL: http://svn.erp5.org/erp5/trunk/bt5/tiolive_base/bt/version?rev=31536&r1=31535&r2=31536&view=diff
==============================================================================
--- erp5/trunk/bt5/tiolive_base/bt/version [utf8] (original)
+++ erp5/trunk/bt5/tiolive_base/bt/version [utf8] Wed Dec 30 15:29:40 2009
@@ -1,1 +1,1 @@
-5.4.5
+5.4.3




More information about the Erp5-report mailing list