Bug #55443
closedList Module - wrong colspan in table footer
100%
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