summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-10 13:16:55 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-10 22:41:14 +0100
commit8212ff017c76341c0cf34e9c9762345298e8303c (patch)
tree6cfb654ff7cb4b9959f517415e32ca35ac37139b
parent50b5348f582b5c7dd2bf1e59274e91189a73f5de (diff)
downloadvdr-plugin-live-8212ff017c76341c0cf34e9c9762345298e8303c.tar.gz
vdr-plugin-live-8212ff017c76341c0cf34e9c9762345298e8303c.tar.bz2
Beautified the bottom row in the multischedule page.
-rw-r--r--pages/multischedule.ecpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/pages/multischedule.ecpp b/pages/multischedule.ecpp
index f73bff6..976f89f 100644
--- a/pages/multischedule.ecpp
+++ b/pages/multischedule.ecpp
@@ -430,7 +430,7 @@ pageTitle = tr("MultiSchedule");
</%cpp>
</td>
<%cpp>
- for ( int channel = 0; channel< MAX_CHANNELS ; channel++)
+ for ( unsigned int channel = 0; channel< channel_names.size() ; channel++)
{
// output spacer column
</%cpp>
@@ -505,6 +505,17 @@ pageTitle = tr("MultiSchedule");
<%cpp>
}
</%cpp>
+ <tr>
+<%cpp>
+ for ( unsigned int channel = 0; channel <= channel_names.size() ; channel++)
+ {
+</%cpp>
+ <td class = " event leftcol rightcol bottomrow " > &nbsp; </td>
+ <td class = " time spacer " > &nbsp; </td>
+<%cpp>
+ }
+</%cpp>
+ </tr>
</table>
</div>
</body>