diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2013-02-23 16:22:45 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2013-02-23 16:22:45 +0100 |
commit | 4822c160fb8b93cb7a3821221b46c2df97ce79fa (patch) | |
tree | eed6b7302f8c5e8466be19daf28bffe11f79a185 /pages | |
parent | e105ecb69bf0a7755a8960eadb2eaebba92957c2 (diff) | |
download | vdr-plugin-live-4822c160fb8b93cb7a3821221b46c2df97ce79fa.tar.gz vdr-plugin-live-4822c160fb8b93cb7a3821221b46c2df97ce79fa.tar.bz2 |
Fix bug #1164 in the ticket system.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/pageelems.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index ad8a494..2be03a0 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -104,7 +104,7 @@ int update_status(1); <%args> string title; </%args> -<%cpp> if (LiveSetup().GetShowIMDb()) { </%cpp> <a href="http://akas.imdb.com/Tsearch?title=<$ StringUrlEncode(title) $>" target="_blank"><img src="<$ LiveSetup().GetThemedLink("img", "imdb.png") $>" alt="" <& tooltip.hint text=(tr("Find more at the Internet Movie Database.")) &>></img></a> <%cpp> } </%cpp> +<%cpp> if (LiveSetup().GetShowIMDb()) { </%cpp> <a href="http://www.imdb.com/find?s=all&q=<$ StringUrlEncode(title) $>" target="_blank"><img src="<$ LiveSetup().GetThemedLink("img", "imdb.png") $>" alt="" <& tooltip.hint text=(tr("Find more at the Internet Movie Database.")) &>></img></a> <%cpp> } </%cpp> </%def> <# ---------------------------------------------------------------------- #> |