]> git.deb.at Git - deb/packages.git/commitdiff
html/head.tmpl: Include the language in the search form if needed
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 2 May 2008 21:01:39 +0000 (23:01 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Fri, 2 May 2008 21:07:01 +0000 (23:07 +0200)
If the user overrode the content negotiation, it should be preserved
when using the search form at the top of the pages.

templates/html/head.tmpl

index 1cc5d1fc1dde7fb530effe50a8a9115140c341d6..f8d520bedd8bf74f95ff953283b9c30cb8f0d276 100644 (file)
@@ -43,6 +43,7 @@
 [% IF search_field_values.suite %]<input type="hidden" name="suite" value="[% search_field_values.suite %]">[% END %]
 [% IF search_field_values.sections %]<input type="hidden" name="section" value="[% search_field_values.sections %]">[% END %]
 [% IF search_field_values.architectures %]<input type="hidden" name="arch" value="[% search_field_values.architectures %]">[% END %]
+[% IF opts.lang %]<input type="hidden" name="lang" value="[% opts.lang %]">[% END %]
 <input type="submit" value="[% g('Search') %]">
 <select size="1" name="searchon">
 <option value="names" [% selected IF search_field_values.searchon == 'names' || search_field_values.searchon == 'default' %]>