diff options
Diffstat (limited to 'pages/multischedule.ecpp')
-rw-r--r-- | pages/multischedule.ecpp | 13 |
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 " > </td> + <td class = " time spacer " > </td> +<%cpp> + } +</%cpp> + </tr> </table> </div> </body> |