';
@@ -138,18 +141,24 @@ tvheadend.dvrDetails = function(grid, index) {
content += tvheadend.sortAndAddArray(keyword, _('Keywords'));
if (category)
content += tvheadend.sortAndAddArray(category, _('Categories'));
+
+ if (rating_icon)
+ content += '

';
+
if (age_rating)
content += '
' + _('Age Rating') + ':' + age_rating + '
';
+ if (rating_label)
+ content += '
' + _('Parental Rating') + ':' + rating_label + '
';
if (status)
- content += '
' + _('Status') + ':' + status + '
';
+ content += '
' + _('Status') + ':' + status + '
';
if (filesize)
- content += '
' + _('File size') + ':' + parseInt(filesize / 1000000) + ' MB
';
+ content += '
' + _('File size') + ':' + parseInt(filesize / 1000000) + ' MB
';
if (comment)
- content += '
' + _('Comment') + ':' + comment + '
';
+ content += '
' + _('Comment') + ':' + comment + '
';
if (autorec_caption)
- content += '
' + _('Autorec') + ':' + autorec_caption + '
';
+ content += '
' + _('Autorec') + ':' + autorec_caption + '
';
if (timerec_caption)
- content += '
' + _('Time Scheduler') + ':' + timerec_caption + '
';
+ content += '
' + _('Time Scheduler') + ':' + timerec_caption + '
';
if (chicon)
content += '