diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:03:33 +0300 |
---|---|---|
committer | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:03:33 +0300 |
commit | dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476 (patch) | |
tree | 943414d0e00728a80330c4ef70f0d18c01a341d5 /pages/schedule.ecpp | |
parent | eaa015874e3e494006d67260feaebe6377568ebb (diff) | |
download | vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.gz vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.bz2 |
Silence compilation warnings.
Diffstat (limited to 'pages/schedule.ecpp')
-rw-r--r-- | pages/schedule.ecpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index 5d14e2b..391140d 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -147,15 +147,15 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <%cpp> } </%cpp> - <tr class="head"> - <td colspan="5"><div class="boxheader"><div><div><$ day $></div></div></div></td> + <tr class="head"> + <td colspan="5"><div class="boxheader"><div><div><$ day $></div></div></div></td> </tr> <%cpp> - current_day = day; + current_day = day; } </%cpp> <tr> - <td class="action leftcol <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.event_timer epgid=(epgid) &></td> + <td class="action leftcol <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.event_timer epgid=(epgid) &></td> <td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><%cpp>if (LiveFeatures<features::epgsearch>().Recent() ) { </%cpp><a href="searchresults.html?searchplain=<$ StringUrlEncode(title) $>"><img src="<$ LiveSetup().GetThemedLink("img", "search.png") $>" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a><%cpp> } else { </%cpp><img src="img/transparent.png" width="16" height="16"><%cpp> } </%cpp></td> <td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.imdb_info_href title=(title) &></td> <td class="topaligned <? lastEventCurrentDay ? "bottomrow" ?>"><div class="withmargin nowrap"><$ start $> - <$ end $></div></td> |