Project

General

Profile

Actions

Bug #14701

closed

In file>list the table with id="typo3-filelist-top" has an image that is not properly closed

Added by ben van over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-04-24
Due date:
% Done:

0%

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

Description

In file>list the table with id="typo3-filelist-top" has an image that is not properly closed

<a href="file_list.php?id=%2Fhome%2Fhttpd%2Fargument%2Fvantende.net%2Ffileadmin%2Fben%2Fgalerie%2F" title="&lt;img src=&quot;gfx/i/folder_up.gif&quot; width=&quot;18&quot; height=&quot;16&quot; title=&quot;Up one level&quot; alt=&quot;&quot; /&gt;"><img src="gfx/i/folder_up.g...</a></td>
</tr>
</table>

This causes the icon to not be shown and the table with id="typo3-filelist" to inherit the id="typo3-filelist-top" which in it's turn removes all padding from the cells causing all date and sizes to stick together.

This:

<img src="gfx/i/folder_up.g...

should be

<img src="gfx/i/folder_up.gif />
(issue imported from #M1032)


Files

typo3-beta.png (3.83 KB) typo3-beta.png Administrator Admin, 2005-04-24 23:27
Actions #1

Updated by Michael Scharkow over 19 years ago

Fixed in CVS, thanks to Stucki.

Actions

Also available in: Atom PDF