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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
1199b6b0
Commit
1199b6b0
authored
Feb 17, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 249875: buglist does not pass w3c validation
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit, a=myk
parent
cb395034
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
25 deletions
+18
-25
edit-multiple.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
+17
-19
list.html.tmpl
template/en/default/list/list.html.tmpl
+0
-3
table.html.tmpl
template/en/default/list/table.html.tmpl
+1
-3
No files found.
template/en/default/list/edit-multiple.html.tmpl
View file @
1199b6b0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
[% dontchange = "--do_not_change--" %]
[% dontchange = "--do_not_change--" %]
<input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
<input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
<script type="text/javascript"
language="JavaScript"
>
<script type="text/javascript">
var numelements = document.forms.changeform.elements.length;
var numelements = document.forms.changeform.elements.length;
function SetCheckboxes(value) {
function SetCheckboxes(value) {
var item;
var item;
...
@@ -39,16 +39,15 @@
...
@@ -39,16 +39,15 @@
<hr>
<hr>
<p><font size="-1">
<p style="font-size:smaller">
To change multiple [% terms.bugs %]:
To change multiple [% terms.bugs %]:</p>
<ol>
<ol style="font-size:smaller">
<li>Check the [% terms.bugs %] you want to change above.</li>
<li>Check the [% terms.bugs %] you want to change above.</li>
<li>Make your changes in the form fields below. If the change
<li>Make your changes in the form fields below. If the change
you are making requires an explanation, include it in
you are making requires an explanation, include it in
the comments box.</li>
the comments box.</li>
<li>Click the <em>Commit</em> button.</li>
<li>Click the <em>Commit</em> button.</li>
</ol>
</ol>
</font></p>
<table id="form">
<table id="form">
<tr>
<tr>
...
@@ -185,7 +184,7 @@
...
@@ -185,7 +184,7 @@
</table>
</table>
<
label for="comment"><b>Additional Comments:</b></label
><br>
<
b><label for="comment">Additional Comments:</label></b
><br>
<textarea id="comment" name="comment" rows="5" cols="80"></textarea><br>
<textarea id="comment" name="comment" rows="5" cols="80"></textarea><br>
[% IF groups.size > 0 %]
[% IF groups.size > 0 %]
...
@@ -193,10 +192,10 @@
...
@@ -193,10 +192,10 @@
<b>Groupset:</b><br>
<b>Groupset:</b><br>
<table border="1">
<table border="1">
<tr>
<tr>
<th>Don't<br>change<br>this group<br>restriction</t
d
>
<th>Don't<br>change<br>this group<br>restriction</t
h
>
<th>Remove<br>[% terms.bugs %]<br>from this<br>group</t
d
>
<th>Remove<br>[% terms.bugs %]<br>from this<br>group</t
h
>
<th>Add<br>[% terms.bugs %]<br>to this<br>group</t
d
>
<th>Add<br>[% terms.bugs %]<br>to this<br>group</t
h
>
<th>Group Name:</t
d
>
<th>Group Name:</t
h
>
</tr>
</tr>
[% FOREACH group = groups %]
[% FOREACH group = groups %]
...
@@ -230,8 +229,8 @@
...
@@ -230,8 +229,8 @@
</table>
</table>
[% IF foundinactive %]
[% IF foundinactive %]
<
font size="-1
">(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive
<
p style="font-size:smaller
">(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive
groups[% END %], only removed.)</
font><br
>
groups[% END %], only removed.)</
p
>
[% END %]
[% END %]
[% END %]
[% END %]
...
@@ -327,7 +326,6 @@
...
@@ -327,7 +326,6 @@
<input type="submit" name="action" value="[% Param('move-button-text') %]">
<input type="submit" name="action" value="[% Param('move-button-text') %]">
[% END %]
[% END %]
[%############################################################################%]
[%############################################################################%]
[%# Select Menu Block #%]
[%# Select Menu Block #%]
[%############################################################################%]
[%############################################################################%]
...
...
template/en/default/list/list.html.tmpl
View file @
1199b6b0
...
@@ -124,7 +124,6 @@
...
@@ -124,7 +124,6 @@
[%# Navigation Bar #%]
[%# Navigation Bar #%]
[%############################################################################%]
[%############################################################################%]
<p>
<table>
<table>
<tr>
<tr>
[% IF bugs.size > 0 %]
[% IF bugs.size > 0 %]
...
@@ -194,7 +193,6 @@
...
@@ -194,7 +193,6 @@
[% END %]
[% END %]
</tr>
</tr>
</table>
</table>
</p>
[%############################################################################%]
[%############################################################################%]
...
@@ -202,4 +200,3 @@
...
@@ -202,4 +200,3 @@
[%############################################################################%]
[%############################################################################%]
[% PROCESS global/footer.html.tmpl %]
[% PROCESS global/footer.html.tmpl %]
template/en/default/list/table.html.tmpl
View file @
1199b6b0
...
@@ -176,8 +176,7 @@
...
@@ -176,8 +176,7 @@
</td>
</td>
[% FOREACH column = displaycolumns %]
[% FOREACH column = displaycolumns %]
<td>
<td [% 'style="white-space: nowrap"' IF NOT abbrev.$column.wrap %]>
[% '<nobr>' IF NOT abbrev.$column.wrap %]
[% IF abbrev.$column.format_value %]
[% IF abbrev.$column.format_value %]
[%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%]
[%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%]
[% ELSIF column == 'actual_time' ||
[% ELSIF column == 'actual_time' ||
...
@@ -187,7 +186,6 @@
...
@@ -187,7 +186,6 @@
[% ELSE %]
[% ELSE %]
[%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%]
[%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%]
[% END %]
[% END %]
[%- '</nobr>' IF NOT abbrev.$column.wrap %]
</td>
</td>
[% END %]
[% END %]
...
...
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