X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=936d3b4ca583e13fc54fe74fdad842d3656addd9;hb=0c1a44893f94f98deac8435e6ab235228880087f;hp=9738e7caa3f07af95ed6e2bb8452416f31120d9b;hpb=1cfc9378398a26874c65bcd1a2294dec48fa41f3;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 9738e7c..936d3b4 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -56,9 +56,9 @@ [% ELSE %]

[% g('Package: %s (%s)', pkg, versions.short) %] [% END %] -[%- PROCESS marker text=archive IF archive && archive != main_archive %] -[%- PROCESS marker text=section IF section && section != main_section %] -[%- PROCESS marker text=g('essential') IF page.get_newest('essential') == 'yes' %]

+[%- PROCESS marker text=archive title=mirrors.$archive.title IF archive && archive != main_archive %] +[%- PROCESS marker text=section title=section_titles.$section IF section && section != main_section %] +[%- PROCESS marker text=g('essential') title=g('package manager will refuse to remove this package by default') IF page.get_newest('essential') == 'yes' %] [% UNLESS is_virtual %]
@@ -265,7 +265,7 @@ [% ' [' _ a.arch_str _ ']' IF a.arch_str %] [%- IF !t.is_old_pkgs -%] [% PROCESS desc_i18n_dd no_end_tag=1 trans_desc=a.trans_desc desc=a.desc -%] - [%- IF a.providers.pkgs.size > 0 -%] + [%- IF a.providers.pkgs && a.providers.pkgs.size > 0 -%] [% IF a.providers.also; '
' _ g('also a virtual package provided by'); ELSE;