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>
ellig_popup_SID LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/qa
AgeCommit message (Expand)Author
2018-04-07tdf#89453 - Improve the wording of "Paste Special" optionsheiko tietze
2018-03-20drop now unused SvxMessDialogCaolán McNamara
2018-01-03tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste optionMiklos Vajna
2018-01-01Fix typosbansan85
2017-08-02tdf#110448: Remove "Memory" page from Options dialogMike Kaganski
2017-02-12Various typos on accessibleJulien Nabet
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-11-21Re-apply "split cui screenshot test in manageable pieces""Norbert Thiebaud
2016-11-20Revert "split cui screenshot test in manageable pieces"Julien Nabet
2016-11-20split cui screenshot test in manageable piecesNorbert Thiebaud
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann
2016-08-18screenshots: fix Linux, exclude a few crashing dialogsArmin Le Grand
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for chart2Armin Le Grand
2016-08-18screenshots: add dialog test cases for cuiArmin Le Grand