Opened 19 years ago
Closed 19 years ago
#4182 closed patch (fixed)
movietime limits showtimes to 4 per line
| Reported by: | anonymous | Owned by: | stuartm |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythmovies | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | james.meyer@… | Ticket locked: | no |
Description
When the string of showtimes is constructed a \n is inserted after every 4 showings. This causes display problems and limits theme layouts, as somthing that could fit on one line now takes 3 lines. To restore old behaviour the multiline tag could be used in the xml.
The attached patch removes the inserting of \n.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | movie-showtime.patch added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [14975]) Apply patch to remove the insertion of newlines into the showtimes string. This can be handled by the theme author instead by adjusting the textarea properties.
Patch by James Meyer.
Closes #4182