summaryrefslogtreecommitdiff
path: root/template/default/timer_list.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2008-12-13 09:09:54 +0100
committerAndreas Mair <amair.sob@googlemail.com>2008-12-13 09:09:54 +0100
commitb5bb9b571134454e2507bce56211f68e15fb276e (patch)
treed723e1916c9a19cb2d00592d7728ed7f7f4a21b9 /template/default/timer_list.html
parent0f5234f89bea92523d7e8e3ec72bd5cb25dec19f (diff)
downloadvdradmin-am-3.6.3.tar.gz
vdradmin-am-3.6.3.tar.bz2
2008-12-13: 3.6.3v3.6.3
- Updated: Spanish translation (Submitted by Rüdiger Jung). - Changed: Process name to "vdradmind" (Based on patch submitted by Ville Skyttä). - Updated: Italian translation (Submitted by Diego Pierotto). - Changed executable's name from "vdradmind.pl" to "vdradmind". - Updated: Dutch translation (Submitted by Roel Koelewijn). - Added Play/Stop/FastForward/etc. buttons to remote controls (based on patch by L.Locke @vdr-portal.de). - Added: epgsearch templates can be created, modified and deleted. - Read used character encoding in SVDRP connections and recode result to the encoding used in the current locale. - Minor bugfixes and improvements.
Diffstat (limited to 'template/default/timer_list.html')
-rw-r--r--template/default/timer_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/timer_list.html b/template/default/timer_list.html
index c54e016..c1d7638 100644
--- a/template/default/timer_list.html
+++ b/template/default/timer_list.html
@@ -61,13 +61,13 @@
<tr class="heading">
<td><h2><?% title %?></h2></td>
<td class="col_navi">
- <?% IF prevdayurl %?><a href="<?% prevdayurl %?>"><img src="bilder/pfeile_nachlinks.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachlinks_soft.png" border="0" alt="" /><?% END %?>
+ <?% IF prevdayurl %?><a href="<?% prevdayurl %?>" title="<?% prevdaytext %?>"><img src="bilder/pfeile_nachlinks.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachlinks_soft.png" border="0" alt="" /><?% END %?>
<select name="vdr_id" class="submit" onchange="window.open('<?% url %?>?aktion=timer_list&amp;timer=' + this.options[this.selectedIndex].value,'main')">
<?% FOREACH day = day_loop %?>
- <option value="<?% day.sortfield %?>" <?% IF day.current %?>selected="selected"<?% END %?>><?% day.day %?></option>
+ <option value="<?% day.sortfield | html %?>" <?% IF day.current %?>selected="selected"<?% END %?>><?% day.day %?></option>
<?% END %?>
</select>
- <?% IF nextdayurl %?><a href="<?% nextdayurl %?>"><img src="bilder/pfeile_nachrechts.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachrechts_soft.png" border="0" alt="" /><?% END %?>
+ <?% IF nextdayurl %?><a href="<?% nextdayurl %?>" title="<?% nextdaytext %?>"><img src="bilder/pfeile_nachrechts.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachrechts_soft.png" border="0" alt="" /><?% END %?>
</td>
</tr>
<tr class="row_even">