From acba90e8e41c4ecdf40f32a5820b4ea7ef3db458 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 22 Jun 2016 14:10:24 +0000 Subject: Bug 1281189 - Modal View Date field is Glitched after Setting Needinfo --- .../BugModal/template/en/default/bug_modal/edit.html.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'extensions') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index f78f74e0b..89b1f521a 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -245,14 +245,13 @@ [% ELSE %] ( - [% IF user.setting("ui_use_absolute_time") == "on" %] - class="flag-name-status abs-time-title[% " activity-ref" IF activity_id %]" - title="[% ni.creation_date FILTER time("%Y-%m-%d %H:%M %Z") FILTER html %]" - [% ELSE %] - class="flag-name-status rel-time-title[% " activity-ref" IF activity_id %]" - title="[% ni.creation_date FILTER time_duration FILTER html %]" - [% END %] + [% IF user.setting("ui_use_absolute_time") == "on" %] + class="flag-name-status abs-time-title[% " activity-ref" IF activity_id %]" + title="[% ni.creation_date FILTER time("%Y-%m-%d %H:%M %Z") FILTER html %]" + [% ELSE %] + class="flag-name-status rel-time-title[% " activity-ref" IF activity_id %]" + title="[% ni.creation_date FILTER time_duration FILTER html %]" + [% END %] data-time="[% ni.creation_date FILTER epoch FILTER none %]" >NeedInfo [% activity_id ? "" : "" %] -- cgit v1.2.3-24-g4f1b