From: wurblzap%gmail.com <> Date: Tue, 18 Apr 2006 14:58:44 +0000 (+0000) Subject: Bug 281691: Misused : - - Summary: + : - @@ -385,10 +381,11 @@ [% IF Param('usestatuswhiteboard') %] - Status Whiteboard: + : - @@ -397,11 +394,9 @@ [% IF use_keywords %] - - Keywords: - + : - @@ -431,16 +426,16 @@ @@ -559,11 +555,12 @@ [%# *** Comments Groups *** %]
- Additional Comments: + : [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %] Private + onClick="updateCommentTagControl(this, form)"> + [% END %]
@@ -573,15 +570,12 @@ minrows = 10 maxrows = 25 cols = constants.COMMENT_COLS - accesskey = 'c' %] [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
- + + [% END %]
@@ -606,10 +600,11 @@ [% END %]      - - [% group.description %] + +
[% END %] [% END %] @@ -637,10 +632,14 @@

- Reporter - CC List + + + +

[% END %] [% END %] @@ -663,14 +662,17 @@ [%############################################################################%] [% BLOCK dependencies %] - + [% END %] @@ -682,14 +684,12 @@ [% BLOCK select %] [% END %] diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index 35808f9514..bf48501538 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -258,8 +258,8 @@
- Orig. Est. + Current Est. - Hours Worked + - Hours Left + %Complete @@ -449,12 +444,12 @@ Gain - Deadline +
- @@ -465,11 +460,12 @@ [% PROCESS formattimeunit time_unit=bug.actual_time %] + - - @@ -482,7 +478,7 @@ [% PROCESS formattimeunit time_unit=bug.estimated_time - (bug.actual_time + bug.remaining_time) %] -
(YYYY-MM-DD)
[% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]: + : + [% FOREACH depbug = bug.${dep.fieldname} %] [% depbug FILTER bug_link(depbug) %][% " " %] [% END %] - - +
- Period : + : @@ -286,26 +286,24 @@ %]> - Format:
  - + [%# XXX: allow splitting by other intervals %]   - +   - +
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index b7e43c3c66..bb139e2de8 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -79,7 +79,6 @@ 'field.description', 'field.accesskey', 'sel.name', - 'sel.accesskey', ], 'search/search-specific.html.tmpl' => [ @@ -169,7 +168,6 @@ 'reports/series-common.html.tmpl' => [ 'sel.name', - 'sel.accesskey', '"onchange=\"$sel.onchange\"" IF sel.onchange', ], @@ -325,11 +323,11 @@ 'group.description', 'dep.title', 'dep.fieldname', - 'accesskey', 'bug.${dep.fieldname}.join(\', \')', 'selname', 'depbug FILTER bug_link(depbug)', '"${bug.dup_id}" FILTER bug_link(bug.dup_id)', + '" accesskey=\"$accesskey\"" IF accesskey', ], 'bug/knob.html.tmpl' => [ diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 83992617a1..7a92f12777 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -98,8 +98,9 @@ [% flag.setter.nick FILTER html %]: - + - [% FOREACH x = name.keys.sort %] - - [% END %] - [% UNLESS name.keys.size %] - - [% END %] - - + @@ -233,18 +231,18 @@ function subcatSelected() { - Cumulate: - Cumulate: + - - Date Range: - + : + - to - to + diff --git a/template/en/default/reports/series-common.html.tmpl b/template/en/default/reports/series-common.html.tmpl index 06b6af8709..42bf0b7ba1 100644 --- a/template/en/default/reports/series-common.html.tmpl +++ b/template/en/default/reports/series-common.html.tmpl @@ -99,22 +99,20 @@ function checkNewState() { [% BLOCK series_select %] - + [% END %] diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 6b0a5a2c8c..5fa3055b27 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -124,7 +124,9 @@ function doOnSelectProduct(selectmode) { - +
Summary: + : + -