diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-27 14:40:01 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 21:18:57 +0200 |
commit | 3b04bb755fa447d5fbf1669bddb55725b667b201 (patch) | |
tree | ef2ecd4e1d79d85dc78196ea59f389afd2902b5a /help3xsl/online_transform.xsl | |
parent | 4aeac3fa2e9c50c8e32e17e4afb6241264e98ef2 (diff) |
[cp] Xapian search styling
Change-Id: I59d8ca6a1c2c5e6310393c69c8f647a22479eee7
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index abf8c0f819..40dddc353f 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -222,6 +222,7 @@ <div class="xapian-omega-search"> <form name="P" method="get" action="/cgi-bin/omega/omega" target="_top"> <input type="hidden" name="DB" value="{$lang}"/> + <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="🔍"/> |