Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#12733 closed Patch - Bug Fix (fixed)

WebFrontend does not color the Program Header if Language is not English

Reported by: ernst.reiter@… Owned by: stuartm
Priority: major Milestone: 0.28.1
Component: MythTV - Web Frontend Version: 0.28.0
Severity: high Keywords:
Cc: Ticket locked: no

Description

If you run MythTV in a different Language than English, the WebFrontend? does not color the Program Header correctly in the TV Program Guide.

The Reason for that is because the Css Class for the respective item is set to "programGeplant" (Geplant is the German Translation for WillRecord?") - It seems that somewhere a translation of the CSS Class takes place, which is not right for CSS Class names. It should be "programWillRecord" as well, if you run MythTV in German language.

Attachments (1)

FixForCorrectDisplayInOtherLangs.patch (518 bytes) - added by ernst.reiter@… 7 years ago.
Suggested fix for the Issue

Download all attachments as: .zip

Change History (6)

comment:1 Changed 8 years ago by stuartm

Milestone: unknown0.28.1
Priority: minormajor
Severity: mediumhigh
Status: newaccepted

Changed 7 years ago by ernst.reiter@…

Suggested fix for the Issue

comment:2 Changed 7 years ago by ernst.reiter@…

Hi, I added a Suggested fix for the Issue. It works fine for me. You might add it to the fixes/master tree if it is fine.

comment:3 Changed 7 years ago by Karl Egly

Type: Bug Report - GeneralPatch - Bug Fix

comment:4 Changed 7 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: acceptedclosed

In 899adcd27883e01b6560147ff82c15641d5aadf0/mythtv:

don't translate recording status CSS classes (use RecStatusToClass?)

Fixes #12733
Spotted and based on fix by Ernst Reiter

comment:5 Changed 7 years ago by Karl Dietz <dekarl@…>

In 4e3579f5f8b58c289c197bc9f252fa1a26409914/mythtv:

don't translate recording status CSS classes (use RecStatusToClass?)

Fixes #12733
Spotted and based on fix by Ernst Reiter

(cherry picked from commit 899adcd27883e01b6560147ff82c15641d5aadf0)

Note: See TracTickets for help on using tickets.