Commit 5f88dde8 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365456 bug/summarize-time uses p as br

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 218456ce
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
[% title = title _ "$terms.Bug $ids.0: " %] [% title = title _ "$terms.Bug $ids.0: " %]
[% header = (header _ " (and $terms.bugs blocking it)") IF do_depends %] [% header = (header _ " (and $terms.bugs blocking it)") IF do_depends %]
[% ELSE %] [% ELSE %]
[% title = title _ "($ids.size $terms.bugs selected)" %] [% title = title _ "($ids.size $terms.bugs selected)" %]
[% header = title %] [% header = title %]
[% END %] [% END %]
...@@ -35,11 +35,9 @@ ...@@ -35,11 +35,9 @@
style_urls = ["skins/standard/summarize-time.css"] style_urls = ["skins/standard/summarize-time.css"]
%] %]
<p>
[% IF ids.size == 0 %] [% IF ids.size == 0 %]
No [% terms.bugs %] specified or visible. <p>No [% terms.bugs %] specified or visible.</p>
[% ELSE %] [% ELSE %]
...@@ -49,7 +47,6 @@ ...@@ -49,7 +47,6 @@
[% global.grand_total = 0 %] [% global.grand_total = 0 %]
<p>
[% FOREACH workdata = part_list %] [% FOREACH workdata = part_list %]
[% part = parts.shift %] [% part = parts.shift %]
<div align="right"> <div align="right">
...@@ -66,7 +63,6 @@ ...@@ -66,7 +63,6 @@
[% ELSE %] [% ELSE %]
[% INCLUDE owner_report %] [% INCLUDE owner_report %]
[% END %] [% END %]
<p>
[% END %] [% END %]
[% IF monthly %] [% IF monthly %]
...@@ -76,15 +72,13 @@ ...@@ -76,15 +72,13 @@
[% IF null.keys.size > 0 %] [% IF null.keys.size > 0 %]
[% INCLUDE inactive_report %] [% INCLUDE inactive_report %]
<p> <h4 style="margin: 0">Total of [% null.keys.size %]
<h4 style="margin: 0">Total of [% null.keys.size %]
inactive [% terms.bugs %]</h4> inactive [% terms.bugs %]</h4>
[% END %] [% END %]
[% END %] [% END %]
[% END %] [% END %]
<p>
[% PROCESS global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment