diff options
Diffstat (limited to 'skins/html/widgets/remote.tmpl')
| -rw-r--r-- | skins/html/widgets/remote.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/html/widgets/remote.tmpl b/skins/html/widgets/remote.tmpl index 3204c74..33772af 100644 --- a/skins/html/widgets/remote.tmpl +++ b/skins/html/widgets/remote.tmpl @@ -127,7 +127,7 @@ aktiv = window.setInterval("grab()", inter); <tr> <td colspan="3" align="center"> <select style="width:150px;" name="vdr"> - <?% FOREACH l = param.vdrlist %?> + <?% FOREACH l IN param.vdrlist %?> <option value='<?% l.1 %?>'<?% IF l.1 == param.vdr %?> selected<?% END %?>><?% l.0 %?></option> <?% END %?> </select> @@ -143,7 +143,7 @@ aktiv = window.setInterval("grab()", inter); <tr> <td colspan="3" align="center"> <select style="width:150px;" name="channels" onchange="post('?cmd=switch&data='+ this.form.channels.options[this.form.channels.options.selectedIndex].value)"> - <?% FOREACH l = param.channels %?> + <?% FOREACH l IN param.channels %?> <?% IF l.2 && l.2 != optgroup %?> <?% IF optgroup %?> </optgroup> |
