diff options
Diffstat (limited to 'template/default/prog_list2.html')
-rw-r--r-- | template/default/prog_list2.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/prog_list2.html b/template/default/prog_list2.html index 4e1e02a..75cb0e4 100644 --- a/template/default/prog_list2.html +++ b/template/default/prog_list2.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" /> - <title>VDRAdmin - <%! Playing Today !%></title> + <title>VDRAdmin-AM - <%! Playing Today !%></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" /> @@ -66,9 +66,9 @@ <tmpl_else> <tmpl_unless endd> <tr class="<tmpl_if __ODD__>row_odd<tmpl_else>row_even</tmpl_if>"> - <td class="col_left"><a id="<tmpl_var anchor>" name="<tmpl_var anchor>"> </a></td> + <td class="col_left"></td> <td class="col_duration"> - <tmpl_var emit> - <tmpl_var duration> + <a id="<tmpl_var anchor>" name="<tmpl_var anchor>"><tmpl_var emit> - <tmpl_var duration></a> </td> <td class="col_title"> <h3> |