-
Bug
-
Resolution: Fixed
-
Normal
-
Bug fixes, 2011-10-10
-
None
- The alternating line colours don't work correctly.
- The colspan for (standalone recording) doesn't adjust correctly for the presence of the tagger link.
- Related to 2, no tagger link is displayed for the standalone recording. Once
MBS-3689is fixed, the standalone recording links should be the only lines that create opennat? style links.
At a glance, to fix these, the colspan should probably be removed from the (standalone recording) TD and it changed to something like
<td>[% l('(standalone recording)') %]</td> [%- IF c.session.tport -%] <td>[% tagger_icon(result.entity) %]</td> [%- END -%] <td colspan="3"> </td> [%- linenum = linenum + 1 -%]
The above also removes the centre alignment of the text; it looks really weird with a wide screen; and won't really work with the presence of the tagger icon.
- is related to
-
MBS-3689 Tagger button on tag lookup for recordings confusingly leads to "non-album tracks"
- Closed