Feature #23827
closedChange the layout of thumbnails and allowed file types so that they don't waste so much space anymore
0%
Description
While rendering TCEforms of Content elements "Images" or "Text & Images" the layout of the thumbnails wastes a lot of space especially when there are many images within the same element.
Attached patch changes the layout for image fields of the type "group => files" only, while leaving the original layout as is for the other group fields including the "mixed filetypes" variant of "files".
Instead of rendering the image + an image icon + the image file name in a long row, it reduces the layout to show just thumbnails set to inline-block while hiding the icons and the file name.
The filename is visible on mouse over anyway and there is definitely no need to mark the thumbnail of an image with an image icon.
Additionally this patch will change the layout of the allowed filetypes by removing nowrap and reducing the font size.
(issue imported from #M16111)
Files