Skip to content
Snippets Groups Projects
Commit 4d2a8c19 authored by Dominik Hebeler's avatar Dominik Hebeler Committed by Phil Höfer
Browse files

Merge branch '709-ms-edge-unterstutzung' into 'master'

Resolve "MS-Edge unterstützung"

See merge request !1204

(cherry picked from commit 1986e3f3)

d4ef5d90 Plugin sollte jetzt standardkonform (unter Verwendung der Parameter-Extension) sein.
1348831d PlugIn funktioniert jetzt im IE-Edge
parent a7aa037d
Branches
No related tags found
2 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1211Cherry Pick PlugIn
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>MetaGer</ShortName> <ShortName>MetaGer</ShortName>
<Description>{{ trans('plugin.description') }}</Description> <Description>{{ trans('plugin.description') }}</Description>
<Contact>office@suma-ev.de</Contact> <Contact>office@suma-ev.de</Contact>
<Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image> <Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image>
<Url type="text/html" template="{{ $link }}" method="{{$request}}"> @if ($request == "POST")
<Param name="eingabe" value="{searchTerms}" /> <Url type="text/html" template="{{ $link }}" method="{{$request}}">
@foreach($params as $key => $value) <Param name="eingabe" value="{searchTerms}" />
<Param name="{{$key}}" value="{{$value}}" /> @foreach($params as $key => $value)
<Param name="{{$key}}" value="{{$value}}" />
@endforeach @endforeach
</Url> </Url>
<InputEncoding>UTF-8</InputEncoding> @else
<Url type="text/html" template="{{ $link }}?eingabe={searchTerms}@foreach($params as $key => $value)&amp;{{$key}}={{$value}}@endforeach" method="{{$request}}" />
@endif
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription> </OpenSearchDescription>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment