diff options
Diffstat (limited to 'template/default/prog_list.html')
-rw-r--r-- | template/default/prog_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/prog_list.html b/template/default/prog_list.html index 1b9b9a6..e6b42bd 100644 --- a/template/default/prog_list.html +++ b/template/default/prog_list.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" /> - <title>VDRAdmin - <%! Channels !%></title> + <title>VDRAdmin-AM - <%! Channels !%></title> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <tmpl_if usercss> <link href="user.css" rel="stylesheet" media="screen" type="text/css" /> @@ -58,9 +58,9 @@ <tmpl_else> <tmpl_unless endd> <tr class="<tmpl_if __ODD__>row_odd<tmpl_else>row_even</tmpl_if>"> - <td class="col_left"><a name="<tmpl_var anchor>"> </a></td> + <td class="col_left"></td> <td class="col_duration"> - <tmpl_var emit> - <tmpl_var duration> + <a name="<tmpl_var anchor>"><tmpl_var emit> - <tmpl_var duration></a> </td> <td class="col_title"> <h3> |