Opened 16 years ago
Closed 16 years ago
#7566 closed patch (fixed)
Fix deprecated uses of template values in <value> instead of <template>.
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.22 |
| Component: | Themes | Version: | unknown |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The main issue is that on the 22-fixes branch, the default watch recordings screen uses the deprecated <value> tag which displays an ugly template %|"SUBTITLE|"% %STARS% %DESCRIPTION% on the screen while the recordings load.
Attached are patches for the trunk and 22-fixes branch which fix the instances I could find in the various themes.
These fixes are in line with changeset [22484].
Attachments (2)
Change History (4)
by , 16 years ago
| Attachment: | templates_22-fixes.patch added |
|---|
by , 16 years ago
| Attachment: | templates_trunk.patch added |
|---|
Fixes deprecated uses of the <value> tag for templates on the trunk.
Note:
See TracTickets
for help on using tickets.

Fixes depricated uses of the <value> tag for templates in the 22-fixes branch