summaryrefslogtreecommitdiff
path: root/template/default/prog_list2.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/prog_list2.html')
-rw-r--r--template/default/prog_list2.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/template/default/prog_list2.html b/template/default/prog_list2.html
index d8ddf04..abd64dd 100644
--- a/template/default/prog_list2.html
+++ b/template/default/prog_list2.html
@@ -2,7 +2,7 @@
<html id="scroller">
<head>
- <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+ <meta http-equiv="content-type" content="text/html;charset=<?% charset %?>" />
<title>VDRAdmin-AM - <?% gettext('Playing Today') %?></title>
<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
<?% IF usercss %?>
@@ -104,7 +104,11 @@
<span class="action info"><img src="bilder/info_button_disabled.png" border="0" title="<?% gettext('No Information') %?>" alt="noinfo"/></span>
<?% END %?>
<span class="action edit"><a href="<?% bc.editurl %?>"><img src="bilder/edit.png" border="0" title="<?% gettext('Edit') %?>" alt="edit"/></a></span>
- <span class="action record"><a href="<?% bc.recurl %?>"><img src="bilder/rec_button.png" border="0" title="<?% gettext('Record') %?>" alt="record"/></a></span>
+ <?% UNLESS bc.timerset %?>
+ <span class="action record">
+ <a href="<?% bc.recurl %?>"><img src="bilder/rec_button.png" border="0" title="<?% gettext('Record') %?>" alt="record"/></a>
+ </span>
+ <?% END %?>
<?% IF bc.srch1_url %?>
<span class="action imdb"><a href="<?% bc.srch1_url %?>" target="_blank"><img src="bilder/imdb.png" border="0" alt="IMDb" onmouseover="window.status='<?% bc.srch1_title %?>';return true" title="<?% bc.srch1_title %?>" /></a></span>
<?% END %?>