From e5f4c8ddf62850fd27ba24dbd71cb5f128b184b0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 10 Oct 2008 22:51:10 +0000 Subject: Bug 420862: Show abbreviated content in bug lists fully in tooltips - Patch by Mikhail Gusarov r/a=LpSolit --- template/en/default/list/table.html.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 811ed026a..667d077f8 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 %] -- cgit v1.2.3-24-g4f1b