summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help3xsl/online_transform.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 849a77f2e1..9e7e376f71 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -225,8 +225,11 @@
<xsl:if test="$online">
<xsl:if test="$xapian='yes'">
<div class="xapian-omega-search">
- <form name="P" method="get" action="/{$productversion}/{$lang}/search" target="_top">
- <input id="omega-autofocus" type="search" name="P"/>
+ <form name="P" method="get" action="/cgi-bin/omega/omega" target="_top">
+ <input type="hidden" name="DB" value="{$lang}64"/>
+ <input type="hidden" name="FMT" value="cp-query"/>
+ <input type="hidden" name="DEFAULTOP" value="and"/>
+ <input id="omega-autofocus" type="search" name="P" size="65"/>
<input type="submit" class="xapian-omega-search-button" value="&#x1f50d;"/>
</form>
</div>
ure/sparklines LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/sifr/cmd/sc_graphicdialog.png
AgeCommit message (Expand)Author
2022-10-12tdf#151071 Revise Sifr (Update color to follow symbolic Adwaita)Rizal Muttaqin
2022-09-20tdf#151071 Revise Sifr to follow upstreamRizal Muttaqin
2020-01-14Sifr: Add more 32px icons (tdf#129846)rizmut
2019-02-25Sifr icon theme updateandreas kainz