diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-25 19:20:24 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-25 19:20:24 +0000 |
| commit | f03e43c0b5ab4ae0bd92b86df6b539aeaeccfe54 (patch) | |
| tree | 1a498c0f13c359b2f553bf738079505e7b44fc6a /skins/stone/program.tmpl | |
| parent | eb43bf63c1b742f16d7832ad57f43bcbeabf6a15 (diff) | |
| download | xxv-f03e43c0b5ab4ae0bd92b86df6b539aeaeccfe54.tar.gz xxv-f03e43c0b5ab4ae0bd92b86df6b539aeaeccfe54.tar.bz2 | |
* SHARE: [Bug #13022] Fix typo
* program,aedit,tedit,redit: choices with group of channels
Diffstat (limited to 'skins/stone/program.tmpl')
| -rw-r--r-- | skins/stone/program.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/stone/program.tmpl b/skins/stone/program.tmpl index d69c7e2..df9db09 100644 --- a/skins/stone/program.tmpl +++ b/skins/stone/program.tmpl @@ -169,8 +169,17 @@ <form action=""> <select size="15" name="data" onchange="di('?cmd=program&data=',this.form.data.options[this.form.data.options.selectedIndex].value)"> <?% FOREACH ch = param.channels %?> + <?% IF ch.2 && ch.2 != optgroup %?> + <?% IF optgroup %?> + </optgroup> + <?% END %?> + <optgroup label="<?% optgroup = ch.2;ch.2 %?>"> + <?% END %?> <option value="<?% ch.1 %?>"<?% ' selected="selected"' IF channelpos == ch.1 %?>><?% ch.0 %?></option> <?% END %?> + <?% IF optgroup %?> + </optgroup> + <?% END %?> </select> </form> <?% ####################################################################### %?> |
