contao / core

Contao 3 → see contao/contao for Contao 4
GNU Lesser General Public License v3.0
492 stars 213 forks source link

Module Download(s) #6662

Open lionel-m opened 10 years ago

lionel-m commented 10 years ago

I saw a way to present the files that I found very good and I would like to propose its integration.

Description

A file is described in this way file.pdf (151.8 KiB) with the module Download and in this way file (151.8 KiB) with the module Downloads

It would be nice in all cases to place the file format with the size. file (PDF - 151.8 KiB).

Language

The download file is perhaps not in the same language as the content of the page.

This project suggests to add the hreflang attribute.

file (PDF - 151.8 KiB)[fr] (A new language field in the Download module.)

Classes

Add a class for each type in order to add icons to represent an action or a type. As in the example site with an arrow for downloading or a musical note.

leofeyer commented 10 years ago

The output inconsistencies have been fixed in 72f039c2dde7bd3941344ef5a1265b0f35bf89f7. I consider the rest a feature request and will adjust the ticket labels accordingly.

lionel-m commented 10 years ago

Thanks