diff options
Diffstat (limited to 'template/default/prog_list2.html')
-rw-r--r-- | template/default/prog_list2.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/template/default/prog_list2.html b/template/default/prog_list2.html index a570d0f..4e1e02a 100644 --- a/template/default/prog_list2.html +++ b/template/default/prog_list2.html @@ -71,18 +71,20 @@ <tmpl_var emit> - <tmpl_var duration> </td> <td class="col_title"> -<!-- <tmpl_if infurl> - <a href="javascript:popup('<tmpl_var infurl>');"> - </tmpl_if>--> - <h3><tmpl_var title></h3> + <h3> + <tmpl_if infurl> + <a href="javascript:popup('<tmpl_var infurl>');"> + </tmpl_if> + <tmpl_var title> + <tmpl_if infurl> + </a> + </tmpl_if> + </h3> <tmpl_if subtitle> <h4><tmpl_var subtitle></h4> <tmpl_else> <br /> </tmpl_if> -<!-- <tmpl_if infurl> - </a> - </tmpl_if>--> </td> <td class="col_info"> <tmpl_if infurl><a href="javascript:popup('<tmpl_var infurl>');"><img src="bilder/info_button.gif" border="0" /></a><tmpl_else><img src="bilder/info_button_disabled.gif" border="0" /></tmpl_if> |