diff options
| author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-12 19:10:34 +0000 |
|---|---|---|
| committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-12 19:10:34 +0000 |
| commit | 7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c (patch) | |
| tree | 35ba447699c1fd1c1f41dd672fcc1e127d6ea3cc /pages/channels_widget.ecpp | |
| parent | 9f65a960ca7d4cc3819e1434de05b9428acc23ad (diff) | |
| download | vdr-plugin-live-7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c.tar.gz vdr-plugin-live-7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c.tar.bz2 | |
- Update to the mootools framework.
- New more XHTML compliant tips.
- Optional AJAX enabled infoboxes for epg information.
- Major speed enhancement for the single pages, due to less data to
transfer to the browser.
- See doc/ChangeLog for more detailed changes description.
- See doc/dev-conventions.txt for how we benefit from mootools package
on the ECMAScript side of live.
Diffstat (limited to 'pages/channels_widget.ecpp')
| -rw-r--r-- | pages/channels_widget.ecpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/channels_widget.ecpp b/pages/channels_widget.ecpp index ed6d30e..fcf8321 100644 --- a/pages/channels_widget.ecpp +++ b/pages/channels_widget.ecpp @@ -27,8 +27,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); int lastChannel = LiveSetup().GetLastChannel(); </%cpp> <select name="<$ name $>" <{ reply.out() << ( !onchange.empty() ? "onchange=\""+onchange+"\"" : "" ); }>> -% for ( cChannel *listChannel = Channels.First(); listChannel && listChannel->Number() <= lastChannel; -% listChannel = Channels.Next( listChannel ) ) { +% for ( cChannel *listChannel = Channels.First(); listChannel && listChannel->Number() <= lastChannel; listChannel = Channels.Next( listChannel ) ) { % if ( listChannel->GroupSep() || *listChannel->Name() == '\0' ) % continue; % |
