Project

General

Profile

Actions

Bug #55443

closed

List Module - wrong colspan in table footer

Added by Marcin Sągol over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-01-29
Due date:
% Done:

100%

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

Description

If we enter List Module we have tables with various records list available. Each table shows by default 20 records of each type (if we are not in single record list). If there is more records to show than mentioned value, then each table has also footer that contains some linked info - see attached link. This footer is just next row in table that contains one cell with property 'colspan'. The colspan value is wrong though - it doesn't count one column somehow and that leas to viusual issue seen on screen (bottom table border).

Also i'm not sure why there are always some empty columns renderd (see the last 3):

<tr class="db_list_normal">
<td nowrap="nowrap" class="col-icon">icon</td>
<td nowrap="nowrap" class="col-title">title</td>
<td nowrap="nowrap" class=""></td>
<td nowrap="nowrap" class=""> </td>
<td nowrap="nowrap" class=""></td>
</tr>


Files

db_records_list_footer.jpg (6.27 KB) db_records_list_footer.jpg Marcin Sągol, 2014-01-29 21:25
Actions

Also available in: Atom PDF