]> git.deb.at Git - deb/packages.git/commitdiff
search_contents.tmpl: Don't offer a link to the search with the same suite
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 23:47:38 +0000 (01:47 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 23:47:38 +0000 (01:47 +0200)
Since that is essentially a link to the page the user is looking at.

templates/html/search_contents.tmpl

index ed369e5cc4788c45efa6ba7b665ef1a42d763ea3..77836fec87bea076604d16068923c42564b4d5b9 100644 (file)
 
 <p>Search in other suite:
 [% FOREACH s IN all_suites %]
-[<a href="[% make_search_url('',"keywords=$keyword_esc",'suite',s) %]">[% s  %]</a>]
+       [% IF s != suite %]
+       [<a href="[% make_search_url('',"keywords=$keyword_esc",'suite',s) %]">[% s  %]</a>]
+       [% ELSE %]
+       [[% s %]]
+       [% END %]
 [% END %]
 
 [% UNLESS search_architectures.size == 1 || all_architectures.size == 1 %]