diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-03-29 12:40:13 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-03-29 11:49:06 +0200 |
commit | c623dfe855734c75875f7333e49b1c7cd302988e (patch) | |
tree | 9a04e1bccb670719f169ea8606fa7e6029f3f223 /help3xsl/xap_templ_query.xsl | |
parent | f7fb73ebe42a4f7e5b00583aa38e7bcbd86911d7 (diff) |
Use type="search" for index filter input
Change-Id: I0427076aa8d688f837a38c66312b7690336c0d2e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132264
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'help3xsl/xap_templ_query.xsl')
-rw-r--r-- | help3xsl/xap_templ_query.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl index 4189aadfdc..51f2fea3cf 100644 --- a/help3xsl/xap_templ_query.xsl +++ b/help3xsl/xap_templ_query.xsl @@ -131,7 +131,7 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va <div id="Index"> <div class="index-label">]]><xsl:value-of select="$ui_index"/><![CDATA[  🔎︎ </div> <div id="Bookmarks"> - <input id="search-bar" type="text" class="search" placeholder="]]><xsl:value-of select="$ui_pholderchosen"/><![CDATA["/> + <input id="search-bar" type="search" class="search" placeholder="]]><xsl:value-of select="$ui_pholderchosen"/><![CDATA["/> <nav class="index"></nav> </div> </div> |