Opened 16 years ago

Closed 16 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)

movie-showtime.patch (464 bytes) - added by james.meyer@… 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by james.meyer@…

Attachment: movie-showtime.patch added

comment:1 Changed 16 years ago by stuartm

Resolution: fixed
Status: newclosed

(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

Note: See TracTickets for help on using tickets.