From c5d9a35c522e9630527d3c30a9dfd01d97f0f693 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 31 Mar 2008 13:51:03 +0000 Subject: Bug 391949 colchange, login, and a number of other forms are missing a space before checked r=vladd a=lpsolit --- template/en/default/account/auth/login-small.html.tmpl | 2 +- template/en/default/account/auth/login.html.tmpl | 2 +- template/en/default/attachment/edit.html.tmpl | 4 ++-- template/en/default/bug/process/verify-new-product.html.tmpl | 2 +- template/en/default/bug/summarize-time.html.tmpl | 4 ++-- template/en/default/list/change-columns.html.tmpl | 6 +++--- template/en/default/reports/duplicates.html.tmpl | 6 +++--- template/en/default/reports/series.html.tmpl | 2 +- template/en/default/search/boolean-charts.html.tmpl | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 32cf55f60..19aaca11d 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -55,7 +55,7 @@   + [%+ "checked" IF Param('rememberlogin') == "defaulton" %]> diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index e15d39d81..e8f8fa14c 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -63,7 +63,7 @@   + [%+ "checked" IF Param('rememberlogin') == "defaulton" %]> diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index a2c60ac25..7989dc7c9 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -236,11 +236,11 @@ value="[% attachment.contenttype FILTER html %]">
+ [%+ 'checked="checked"' IF attachment.ispatch %]> [% END %] + [%+ 'checked="checked"' IF attachment.isobsolete %]> [% IF (Param("insidergroup") && user.in_group(Param("insidergroup"))) %] Group by: - - diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl index 44c791c8a..60084c234 100644 --- a/template/en/default/list/change-columns.html.tmpl +++ b/template/en/default/list/change-columns.html.tmpl @@ -40,7 +40,7 @@ [% FOREACH column = masterlist %] + [%+ "checked='checked'" IF lsearch(collist, column) != -1 %]> @@ -49,14 +49,14 @@

+ [%+ "checked='checked'" IF NOT splitheader %]>
+ [%+ "checked='checked'" IF splitheader %]> diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index 300101db6..e4ea73882 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -71,13 +71,13 @@ work with: + [%+ "checked" IF NOT sortvisible %]>
+ [%+ "checked" IF sortvisible %]> @@ -116,7 +116,7 @@ + [%+ "checked" IF openonly %]> diff --git a/template/en/default/reports/series.html.tmpl b/template/en/default/reports/series.html.tmpl index 66d7eb232..3cf939003 100644 --- a/template/en/default/reports/series.html.tmpl +++ b/template/en/default/reports/series.html.tmpl @@ -69,7 +69,7 @@ completely, if you want to change who can make series public. %] [% IF user.in_group('admin') %] + [%+ "checked='checked'" IF default.public.0 %]> Visible to all
(within group restrictions)
[% END %] diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index dcd4f70a6..25a54a0a9 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -60,7 +60,7 @@ + [%+ "checked" IF chart.negate %]> -- cgit v1.2.3-24-g4f1b