diff options
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 15 |
1 files changed, 7 insertions, 8 deletions
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 %] (<span [% END %] - <!-- time("%Y-%m-%d %H:%M %Z") --> - [% 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 ? "</a>" : "</span>" %] |