summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/verify-new-product.html.tmpl
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2008-03-31 15:51:03 +0200
committertimeless%mozdev.org <>2008-03-31 15:51:03 +0200
commitc5d9a35c522e9630527d3c30a9dfd01d97f0f693 (patch)
treeacacc4d5b8e8de1f95ec1e4267d003dd6f6d46b4 /template/en/default/bug/process/verify-new-product.html.tmpl
parent5ab19a8c7fba4fd2d926674af2f379ae2a237e86 (diff)
downloadbugzilla-c5d9a35c522e9630527d3c30a9dfd01d97f0f693.tar.gz
bugzilla-c5d9a35c522e9630527d3c30a9dfd01d97f0f693.tar.xz
Bug 391949 colchange, login, and a number of other forms are missing a space before checked
r=vladd a=lpsolit
Diffstat (limited to 'template/en/default/bug/process/verify-new-product.html.tmpl')
-rw-r--r--template/en/default/bug/process/verify-new-product.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl
index d1ce9652b..7b5b58a18 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -149,7 +149,7 @@
value="1">
<input type="checkbox" id="bit-[% group.group.id FILTER html %]"
name="bit-[% group.group.id FILTER html %]"
- [% ((group.membercontrol == constants.CONTROLMAPDEFAULT && user.in_group(group.group.name))
+ [%+ ((group.membercontrol == constants.CONTROLMAPDEFAULT && user.in_group(group.group.name))
|| (group.othercontrol == constants.CONTROLMAPDEFAULT && !user.in_group(group.group.name))
|| cgi.param("bit-$group.group.id") == 1) ?
'checked="checked"' : ''