In event lists, like the one on the homepage and on the event page, there is a time and date column that contains the start and end date for the event itself, and the start and end of registration. Sometimes this column is compressed horizontally to the point that text wraps to the next line, making it very hard to read.
This has been caused on the homepage by very long event names, because they don't wrap. It is also happens on the event page when the screen is small, so likely the underlying structure has the same weakness.
Dream solution: Could it be possible to create a reusable eventlist code that is inserted at both these locations? I think there is something called view helpers in Zend.
In event lists, like the one on the homepage and on the event page, there is a time and date column that contains the start and end date for the event itself, and the start and end of registration. Sometimes this column is compressed horizontally to the point that text wraps to the next line, making it very hard to read.
This has been caused on the homepage by very long event names, because they don't wrap. It is also happens on the event page when the screen is small, so likely the underlying structure has the same weakness.
Dream solution: Could it be possible to create a reusable eventlist code that is inserted at both these locations? I think there is something called view helpers in Zend.