From 9fd6e94c03fa3bba09af2aed85d6664575385e9a Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 26 Feb 2013 16:53:57 -0500 Subject: Reverted Bug 836067 due to buglist crashing and do not yet know the reason --- template/en/default/list/list.html.tmpl | 11 ++++------- template/en/default/reports/report.html.tmpl | 4 +--- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index cda06ac21..055cd2e8c 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -60,13 +60,10 @@ [% IF debug %]
-

Total execution time: [% query_time FILTER html %] seconds

- [% FOREACH query = queries %] -

[% query.sql FILTER html %]

-

Execution time: [% query.time FILTER html %] seconds

- [% IF query.explain %] -
[% query.explain FILTER html %]
- [% END %] +

[% query FILTER html %]

+

Execution time: [% query_time FILTER html %] seconds

+ [% IF query_explain.defined %] +
[% query_explain FILTER html %]
[% END %]
[% END %] diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 38b64df0b..94725ae81 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -81,9 +81,7 @@ %] [% IF debug %] - [% FOREACH query = queries %] -

[% query.sql FILTER html %]

- [% END %] +

[% query FILTER html %]

[% END %]
-- cgit v1.2.3-24-g4f1b