Project

General

Profile

Actions

Bug #15763

closed

Unnecessary table row in typo3-db-list

Added by Thomas Murphy about 18 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the list module, every table starts with this row:

-- snip --

<tr>
<td nowrap="nowrap"><img src="clear.gif" width="1" height="8" alt="" /></td>

&lt;td nowrap=&quot;nowrap&quot;&gt;&lt;img src=&quot;clear.gif&quot; width=&quot;230&quot; height=&quot;1&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot;&gt;&lt;/td&gt;
&lt;td nowrap=&quot;nowrap&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;

-- snip --

I looked where it is generated but couldn't find it, otherwise I would have attached a patch.
Please just erase that line and maybe give the table a bit more margin-bottom.
It is just used as a spacer but prevents us from styling the table with a border, because then the spacer always gets visible as an empty row.

(issue imported from #M2763)

Actions #1

Updated by Thomas Murphy almost 18 years ago

Done in TYPO3 4.0 final.

Actions #2

Updated by Thomas Murphy about 17 years ago

Closed.

Actions

Also available in: Atom PDF