summaryrefslogtreecommitdiff
path: root/skins/stone_flat
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-01-25 19:20:24 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-01-25 19:20:24 +0000
commitf03e43c0b5ab4ae0bd92b86df6b539aeaeccfe54 (patch)
tree1a498c0f13c359b2f553bf738079505e7b44fc6a /skins/stone_flat
parenteb43bf63c1b742f16d7832ad57f43bcbeabf6a15 (diff)
downloadxxv-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_flat')
-rw-r--r--skins/stone_flat/alist.tmpl10
-rw-r--r--skins/stone_flat/program.tmpl7
2 files changed, 12 insertions, 5 deletions
diff --git a/skins/stone_flat/alist.tmpl b/skins/stone_flat/alist.tmpl
index b0474bf..78e7deb 100644
--- a/skins/stone_flat/alist.tmpl
+++ b/skins/stone_flat/alist.tmpl
@@ -7,13 +7,13 @@
<?% ######################################################################## %?>
<?% BLOCK RowButtons %?>
<?% IF allow('tlist') %?>
- <?% IF param.timers.$id.allTimer.size %?>
+ <?% IF param.timers.${id}.allTimer.size %?>
<?% IF debug %?>
-<!-- active: <?% param.timers.$id.activeTimer.size %?> -->
-<!-- deactive:<?% param.timers.$id.deactiveTimer.size %?> -->
+<!-- active: <?% param.timers.${id}.activeTimer.size %?> -->
+<!-- deactive:<?% param.timers.${id}.deactiveTimer.size %?> -->
<?% END %?>
- <a href="?cmd=tlist&amp;data=<?% param.timers.$id.allTimer.join(',') %?>"
- onmouseover="ttptlist(this, '<?% gettext("Planned recordings") %?>','<?% param.timers.$id.allTimer.join(',') %?>', -350);"
+ <a href="?cmd=tlist&amp;data=<?% param.timers.${id}.allTimer.join(',') %?>"
+ onmouseover="ttptlist(this, '<?% gettext("Planned recordings") %?>','<?% param.timers.${id}.allTimer.join(',') %?>', -350);">
<img src="images/info.<?% global.imagetyp %?>" alt="" />
</a>
<?% END %?>
diff --git a/skins/stone_flat/program.tmpl b/skins/stone_flat/program.tmpl
index bb7506b..b183171 100644
--- a/skins/stone_flat/program.tmpl
+++ b/skins/stone_flat/program.tmpl
@@ -162,8 +162,15 @@
<form action="">
<select size="15" name="data" onchange="di('?cmd=program&amp;data=',this.form.data.options[this.form.data.options.selectedIndex].value)">
<?% FOREACH ch = param.channels %?>
+ <?% IF ch.2 != channelgroup %?>
+ <?% IF channelgroup %?>
+ </optgroup>
+ <?% END %?>
+ <optgroup label="<?% channelgroup = ch.2;ch.2 %?>">
+ <?% END %?>
<option value="<?% ch.1 %?>"<?% ' selected="selected"' IF channelpos == ch.1 %?>><?% ch.0 %?></option>
<?% END %?>
+ </optgroup>
</select>
</form>
<?% ####################################################################### %?>