summaryrefslogtreecommitdiff
path: root/template/default/navigation.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-06-23 12:00:58 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-06-23 12:00:58 +0200
commitfea04122f6f8b7e4f4ca4c59dc43be6567290d03 (patch)
treeb4b632a66d38a4d7f14b9e78b1802a9c60e3f331 /template/default/navigation.html
parent9e8fe7b8ec42e928db062413ee824b7b4ec13132 (diff)
downloadvdradmin-am-fea04122f6f8b7e4f4ca4c59dc43be6567290d03.tar.gz
vdradmin-am-fea04122f6f8b7e4f4ca4c59dc43be6567290d03.tar.bz2
2006-06-23: 3.4.6beta3v3.4.6beta3
- Fixed: Crash in prog_detail if invalid EPG-ID (Bug #0000077, Reported by Reiner Buehl). - Fixed: Bug #0000034 (Reported by The Unknown). - Added: error page on internal vdradmind.pl errors. - Changed: access_log. - Removed: unused stuff in templates. - Fixed: quote special characters in "find repeatings" URL (Reported by Hans-Joachim Gurt). - Reworked: prog_timeline again (Fixes Bug #0000009, Reported by Georgius, Patch submitted by Torsten Herz). - Fixed: correct sorting in prog_list2 selectbox at the end of a month (Reported by sirtobi). - Changed: dates in prog_list2 selectbox now shows day and month (Requested by sirtobi). - Changed: Removed tabs in configuration menu. - Fixed: "Divide by 0" bug in prog_summary list view (Bug #0000072, Reported by djdagobert). - Changed: Place folders in rec_list at the top (Patch submitted by Frank Jepsen). - Fixed: Remember sorting after returning fom rec_rename (Bug #0000037, Reported by martind). - Fixed: Canceling rec_rename does no longer rename the recording (Bug #0000036, Reported by martind). - Fixed: VDRAdmin-AM didn't start if PID file was empty (Reported and fixed by Hirmke Michael). - Fixed: In prog_list2 starting time also works for other days. - Added: Icons to find repeatings and IMDb lookup in prog_list and prog_list2. - Added: Each AutoTimer can have its own start/stop margins (Requested by many people at vdrportal.de). NOTE: vdradmind.at format changed!
Diffstat (limited to 'template/default/navigation.html')
-rw-r--r--template/default/navigation.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/navigation.html b/template/default/navigation.html
index 277e237..bbcdc1b 100644
--- a/template/default/navigation.html
+++ b/template/default/navigation.html
@@ -11,7 +11,7 @@
<script type="text/javascript">
<!--
function rc_open() {
- window.open("./vdradmin.pl?aktion=rc_show", "vdradminRC", "width=213, height=510, resizable=no, scrollbars=no, status=no, toolbar=no");
+ window.open("./vdradmin.pl?aktion=rc_show", "vdradminRC", "width=200, height=510, resizable=no, scrollbars=no, status=no, toolbar=no");
}
function tv_open() {
window.open("./vdradmin.pl?aktion=tv_show", "vdradminTV", "width=615, height=548, resizable=yes, scrollbars=no, status=no, toolbar=no");
@@ -29,7 +29,7 @@
<a href="vdradmin.pl?aktion=prog_summary" target="main"><%! What's On Now? !%></a>
</div>
<div class="navi" id="prog_list2">
- <a href="vdradmin.pl?aktion=prog_list2" target="main"><%! Playing Today !%></a>
+ <a href="vdradmin.pl?aktion=prog_list2" target="main"><%! Playing Today? !%></a>
</div>
<div class="navi" id="prog_timeline">
<a href="vdradmin.pl?aktion=prog_timeline" target="main"><%! Timeline !%></a>
@@ -53,7 +53,7 @@
<a href="vdradmin.pl?aktion=tv_show" target="main"><%! Watch TV !%></a>
</div>
<div class="navi" id="commands">
- <a href="vdradmin.pl?aktion=vdr_cmds" target="main"><%! VDR Commands !%></a>
+ <a href="vdradmin.pl?aktion=vdr_cmds" target="main"><%! Commands !%></a>
</div>
<div class="navi" id="config">
<a href="vdradmin.pl?aktion=config" target="main"><%! Configuration !%></a>