From 2b574f4d63e4ada0db82ca5a56773b3acf771d78 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 11:42:19 +0100 Subject: Bug 840407: Remove the "align" and "valign" attributes r/a=justdave --- template/en/default/bug/summarize-time.html.tmpl | 200 +++++++++++------------ 1 file changed, 94 insertions(+), 106 deletions(-) (limited to 'template/en/default/bug/summarize-time.html.tmpl') diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index 9a32c0a71..f65ca088f 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -35,15 +35,13 @@ [% FOREACH workdata = part_list %] [%# parts contains date ranges (from, to). %] [% part = parts.shift %] -
-

- [% IF part.0 or part.1 %] - [% part.0 OR "Up" FILTER html %] to [% part.1 OR "now" FILTER html %] - [% ELSE %] - Full summary (no period specified) - [% END %] -

-
+

+ [% IF part.0 or part.1 %] + [% part.0 OR "Up" FILTER html %] to [% part.1 OR "now" FILTER html %] + [% ELSE %] + Full summary (no period specified) + [% END %] +

[% IF group_by == "number" %] [% INCLUDE number_report %] [% ELSE %] @@ -112,11 +110,10 @@ [% subtotal = subtotal + bugdata.total_time %] [% END %] - Total: - - [% subtotal FILTER format("%.2f") %] - [% global.total = global.total + subtotal %] + Total: + [% subtotal FILTER format("%.2f") %] + [% global.total = global.total + subtotal %] [% END %] [%# @@ -156,51 +153,42 @@   [% login_name FILTER html %] - + [% work_time FILTER format("%.2f") %] [% END %] [% END %] -   - - Total: - - - [% subtotal FILTER format("%.2f") %] - + Total: + [% subtotal FILTER format("%.2f") %] [% global.total = global.total + subtotal %] [% END %] [% BLOCK bug_header %] - - [% "$terms.Bug $id" FILTER bug_link(id) FILTER none %] - - [% display_value("bug_status", bugs.$id.bug_status) FILTER html %] + [% "$terms.Bug $id" FILTER bug_link(id) FILTER none %] + + [% display_value("bug_status", bugs.$id.bug_status) FILTER html %] + [% bugs.$id.short_desc FILTER html %] [% IF extra %] - [% bugdata.total_time FILTER html %] + [% bugdata.total_time FILTER html %] [% END %] [% IF detailed %]   - - - - - - -
- Estimated: [% bugs.$id.estimated_time FILTER format("%.2f") %]h - - Remaining: [% bugs.$id.remaining_time FILTER format("%.2f") %]h - - Deadline: [% bugs.$id.deadline || "Not set" %] -
+ + Estimated: [% bugs.$id.estimated_time FILTER format("%.2f") %]h + + + Remaining: [% bugs.$id.remaining_time FILTER format("%.2f") %]h + + + Deadline: [% bugs.$id.deadline || "Not set" %] + [% IF extra %]   @@ -236,8 +224,8 @@ [% IF global.total > 0 %] Totals - [% additional FILTER html %] - [% global.total FILTER format("%.2f") %] + [% additional FILTER html %] + [% global.total FILTER format("%.2f") %] [% ELSE %] @@ -254,7 +242,7 @@ #%] [% BLOCK query_form %] -
+
@@ -268,68 +256,67 @@ [% END %] - - - - - - -
- : - - - -
-   - and : - - -
-
- -
  - (Dates are optional, and in YYYY-MM-DD format) -
- Group by: - - - - - : -
  - - - [%# XXX: allow splitting by other intervals %] -   - - -   - - -
+ + + : + + + + + + and : + + + +
+ (Dates are optional, and in YYYY-MM-DD format) + + + + + + Group by: + + + + + + + + : + + + + + +   + + + + [%# XXX: allow splitting by other intervals %] + + + + + + +
-
+ //--> + +
[% END %] -- cgit v1.2.3-24-g4f1b