From: lpsolit%gmail.com <> Date: Fri, 10 Oct 2008 22:51:10 +0000 (+0000) Subject: Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch by Mikhai... X-Git-Tag: bugzilla-3.3.1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f4c8ddf62850fd27ba24dbd71cb5f128b184b0;p=thirdparty%2Fbugzilla.git Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch by Mikhail Gusarov r/a=LpSolit --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 811ed026a8..667d077f8b 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -188,6 +188,16 @@ [% FOREACH column = displaycolumns %] + [% IF abbrev.$column.maxlength %] + + [% END %] [% IF abbrev.$column.format_value %] [%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%] [% ELSIF column == 'actual_time' || @@ -201,6 +211,9 @@ [% ELSE %] [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% END %] + [% IF abbrev.$column.maxlength %] + + [% END %] [% END %]