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
3eb0b0d6
Commit
3eb0b0d6
authored
Dec 17, 2009
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 470608: <colgroup> is not well supported - Patch by Aaron Larson…
Bug 470608: <colgroup> is not well supported - Patch by Aaron Larson <aaron@larsonsonline.net> r/a=LpSolit
parent
c5612a1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
table.html.tmpl
template/en/default/list/table.html.tmpl
+4
-13
No files found.
template/en/default/list/table.html.tmpl
View file @
3eb0b0d6
...
@@ -77,16 +77,6 @@
...
@@ -77,16 +77,6 @@
[% tableheader = BLOCK %]
[% tableheader = BLOCK %]
<table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
<table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%">
<colgroup>
[% IF dotweak %]
<col class="bz_checkbox_column">
[% END %]
<col class="bz_id_column">
[% FOREACH id = displaycolumns %]
<col class="bz_[% id FILTER css_class_quote %]_column">
[% END %]
</colgroup>
<tr class="bz_buglist_header bz_first_buglist_header" align="left">
<tr class="bz_buglist_header bz_first_buglist_header" align="left">
[% IF dotweak %]
[% IF dotweak %]
<th> </th>
<th> </th>
...
@@ -188,18 +178,19 @@
...
@@ -188,18 +178,19 @@
">
">
[% IF dotweak %]
[% IF dotweak %]
<td>
<td
class="bz_checkbox_column"
>
<input type="checkbox" name="id_[% bug.bug_id %]">
<input type="checkbox" name="id_[% bug.bug_id %]">
</td>
</td>
[% END %]
[% END %]
<td class="first-child">
<td class="first-child
bz_id_column
">
<a name="b[% bug.bug_id %]"
<a name="b[% bug.bug_id %]"
href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
<span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span>
<span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span>
</td>
</td>
[% FOREACH column = displaycolumns %]
[% FOREACH column = displaycolumns %]
<td [% 'style="white-space: nowrap"' IF NOT abbrev.$column.wrap %]>
<td [% 'style="white-space: nowrap"' IF NOT abbrev.$column.wrap %]
class="bz_[% column FILTER css_class_quote %]_column">
[% IF abbrev.$column.maxlength %]
[% IF abbrev.$column.maxlength %]
<span title="[%- display_value(column, bug.$column) FILTER html %]">
<span title="[%- display_value(column, bug.$column) FILTER html %]">
[% 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