DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35589>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35589

           Summary: Search buttons not using i18n
           Product: Lenya
           Version: 1.2.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Lucene Integration
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Version=Lenya 1.2.4.  Bugzilla does not have that option yet.

This assumes the new Search was added to the "default" pub.  (I have not looked
at 1.4 yet.)  On JUN 23, a user emailed me directly instead of the User ML,
Gmail put it into Spam folder, and I did not find it until after the release.

FILE: default/lenya/xslt/navigation/search.xsl 
ADD: xmlns:i18n="http://apache.org/cocoon/i18n/2.1
CHANGE: 
<input class="searchsubmit" type="submit" value="Search" name="find"/>
TO:
<input class="searchsubmit" i18n:attr="value" type="submit" value="Search"
name="find"/>

FILE: default/lenya/xslt/search/search-and-results.xsl
CHANGE:
<input i18n:attr="value" type="submit" value="Search"/>
TO:
<input i18n:attr="value" type="submit" value="Search"/>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to