From 4fa178ae3f0f612cf91b26a2dea498602794be3b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Dec 2013 13:48:41 +0100 Subject: Bug 920681: Remove the cellspacing and cellpadding attributes from tables r/a=justdave --- template/en/default/admin/products/edit.html.tmpl | 39 ++++++++++++----------- 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'template/en/default/admin/products/edit.html.tmpl') diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl index fdbbe42c2..21689d9a7 100644 --- a/template/en/default/admin/products/edit.html.tmpl +++ b/template/en/default/admin/products/edit.html.tmpl @@ -30,12 +30,12 @@ %]
- +
[% PROCESS "admin/products/edit-common.html.tmpl" %] - - [% IF Param('usetargetmilestone') %] - [% END %] - - +
+ Edit components: @@ -55,16 +55,16 @@
- Edit -versions: + + Edit versions: [%- IF product.versions.size -%] - [% FOREACH v = product.versions %] - [% v.name FILTER html %] -
- [% END %] +
+ [% FOREACH v = product.versions %] + [% v.name FILTER html %]
+ [% END %] +
[% ELSE %] missing [% END %] @@ -72,16 +72,17 @@ versions:
+ Edit milestones: [%- IF product.milestones.size -%] - [%- FOREACH m = product.milestones -%] - [% m.name FILTER html %] -
- [% END %] +
+ [%- FOREACH m = product.milestones -%] + [% m.name FILTER html %]
+ [% END %] +
[% ELSE %] missing [% END %] @@ -89,7 +90,7 @@ versions:
+ Edit Group Access Controls: @@ -98,7 +99,7 @@ versions: [% IF product.group_controls.size %] [% FOREACH g = product.group_controls.values.sort("name") %] - [% g.group.name FILTER html %]:  + [% g.group.name FILTER html %]: [% IF g.group.isactive %] [% group_control.${g.membercontrol} FILTER html %]/ [% group_control.${g.othercontrol} FILTER html %] @@ -119,8 +120,10 @@ versions:
[% terms.Bugs %]: - [% product.bug_count FILTER html %] + + [% product.bug_count FILTER html %] +
-- cgit v1.2.3-24-g4f1b