Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c5d9a35c
Commit
c5d9a35c
authored
Mar 31, 2008
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 391949 colchange, login, and a number of other forms are missing a space before checked
r=vladd a=lpsolit
parent
5ab19a8c
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
15 deletions
+15
-15
login-small.html.tmpl
template/en/default/account/auth/login-small.html.tmpl
+1
-1
login.html.tmpl
template/en/default/account/auth/login.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+2
-2
verify-new-product.html.tmpl
template/en/default/bug/process/verify-new-product.html.tmpl
+1
-1
summarize-time.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
+2
-2
change-columns.html.tmpl
template/en/default/list/change-columns.html.tmpl
+3
-3
duplicates.html.tmpl
template/en/default/reports/duplicates.html.tmpl
+3
-3
series.html.tmpl
template/en/default/reports/series.html.tmpl
+1
-1
boolean-charts.html.tmpl
template/en/default/search/boolean-charts.html.tmpl
+1
-1
No files found.
template/en/default/account/auth/login-small.html.tmpl
View file @
c5d9a35c
...
...
@@ -55,7 +55,7 @@
<th> </th>
<td>
<input type="checkbox" id="Bugzilla_remember" name="Bugzilla_remember" value="on"
[% "checked" IF Param('rememberlogin') == "defaulton" %]>
[%
+
"checked" IF Param('rememberlogin') == "defaulton" %]>
<label for="Bugzilla_remember">Remember my Login</label>
</td>
</tr>
...
...
template/en/default/account/auth/login.html.tmpl
View file @
c5d9a35c
...
...
@@ -63,7 +63,7 @@
<th> </th>
<td>
<input type="checkbox" id="Bugzilla_remember" name="Bugzilla_remember" value="on"
[% "checked" IF Param('rememberlogin') == "defaulton" %]>
[%
+
"checked" IF Param('rememberlogin') == "defaulton" %]>
<label for="Bugzilla_remember">Remember my Login</label>
</td>
</tr>
...
...
template/en/default/attachment/edit.html.tmpl
View file @
c5d9a35c
...
...
@@ -236,11 +236,11 @@
value=
"[% attachment.contenttype FILTER html %]"
><br>
<input
type=
"checkbox"
id=
"ispatch"
name=
"ispatch"
value=
"1"
[%
'
checked=
"checked"
'
IF
attachment
.
ispatch
%]
>
[%
+
'
checked=
"checked"
'
IF
attachment
.
ispatch
%]
>
<label
for=
"ispatch"
>
patch
</label>
[% END %]
<input
type=
"checkbox"
id=
"isobsolete"
name=
"isobsolete"
value=
"1"
[%
'
checked=
"checked"
'
IF
attachment
.
isobsolete
%]
>
[%
+
'
checked=
"checked"
'
IF
attachment
.
isobsolete
%]
>
<label
for=
"isobsolete"
>
obsolete
</label>
[% IF (Param("insidergroup")
&&
user.in_group(Param("insidergroup"))) %]
<input
type=
"checkbox"
id=
"isprivate"
name=
"isprivate"
value=
"1"
...
...
template/en/default/bug/process/verify-new-product.html.tmpl
View file @
c5d9a35c
...
...
@@ -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"' : ''
...
...
template/en/default/bug/summarize-time.html.tmpl
View file @
c5d9a35c
...
...
@@ -253,11 +253,11 @@
<tr><td align="right">
<b>Group by</b>:
</td><td colspan="2">
<input type="radio" name="group_by" id="number" value="number" [%
<input type="radio" name="group_by" id="number" value="number" [%
+
'checked="checked"' IF group_by == "number"
%]><label
for="number" accesskey="n">[% terms.Bug %] <u>N</u>umber</label>
<input type="radio" name="group_by" id="owner" value="owner" [%
<input type="radio" name="group_by" id="owner" value="owner" [%
+
'checked="checked"' IF group_by == "owner"
%]><label
for="owner" accesskey="d"><u>D</u>eveloper</label>
...
...
template/en/default/list/change-columns.html.tmpl
View file @
c5d9a35c
...
...
@@ -40,7 +40,7 @@
<input type="hidden" name="rememberedquery" value="[% buffer FILTER html %]">
[% FOREACH column = masterlist %]
<input type="checkbox" id="[% column %]" name="column_[% column %]"
[% "checked='checked'" IF lsearch(collist, column) != -1 %]>
[%
+
"checked='checked'" IF lsearch(collist, column) != -1 %]>
<label for="[% column %]">
[% (field_descs.${column} || column) FILTER html %]
</label>
...
...
@@ -49,14 +49,14 @@
<p>
<input id="nosplitheader" type="radio" name="splitheader" value="0"
[% "checked='checked'" IF NOT splitheader %]>
[%
+
"checked='checked'" IF NOT splitheader %]>
<label for="nosplitheader">
Normal headers (prettier)
</label>
<br>
<input id="splitheader" type="radio" name="splitheader" value="1"
[% "checked='checked'" IF splitheader %]>
[%
+
"checked='checked'" IF splitheader %]>
<label for="splitheader">
Stagger headers (often makes list more compact)
</label>
...
...
template/en/default/reports/duplicates.html.tmpl
View file @
c5d9a35c
...
...
@@ -71,13 +71,13 @@
work with:</td>
<td>
<input type="radio" name="sortvisible" id="entirelist" value="0"
[% "checked" IF NOT sortvisible %]>
[%
+
"checked" IF NOT sortvisible %]>
<label for="entirelist">
entire list
</label>
<br>
<input type="radio" name="sortvisible" id="visiblelist" value="1"
[% "checked" IF sortvisible %]>
[%
+
"checked" IF sortvisible %]>
<label for="visiblelist">
currently visible list
</label>
...
...
@@ -116,7 +116,7 @@
</td>
<td>
<input type="checkbox" name="openonly" id="openonly" value="1"
[% "checked" IF openonly %]>
[%
+
"checked" IF openonly %]>
</td>
</tr>
...
...
template/en/default/reports/series.html.tmpl
View file @
c5d9a35c
...
...
@@ -69,7 +69,7 @@
completely, if you want to change who can make series public. %]
[% IF user.in_group('admin') %]
<input type="checkbox" name="public"
[% "checked='checked'" IF default.public.0 %]>
[%
+
"checked='checked'" IF default.public.0 %]>
<span style="font-weight: bold;">Visible to all<br>
(within group restrictions)</span>
[% END %]
...
...
template/en/default/search/boolean-charts.html.tmpl
View file @
c5d9a35c
...
...
@@ -60,7 +60,7 @@
<td>
<input type="checkbox" id="negate[% chartnum FILTER html %]"
name="negate[% chartnum FILTER html %]" value="1"
[% "checked" IF chart.negate %]>
[%
+
"checked" IF chart.negate %]>
<label for="negate[% chartnum FILTER html %]">
Not (negate this whole chart)
</label>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment