diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-10-21 10:24:52 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-10-21 10:24:52 +0200 |
commit | 8ed70947cc069fb98d9a281927ba0f289b0a6115 (patch) | |
tree | ecf409e62d86fa44e99b85e137e2ead3423926eb /template/default/prog_summary.html | |
parent | a935422b27fcfc8713c63033c419081b5731fcff (diff) | |
download | vdradmin-am-0.97-am3.4.2rc.tar.gz vdradmin-am-0.97-am3.4.2rc.tar.bz2 |
2005-10-21: 0.97-am3.4.2rcv0.97-am3.4.2rc
- Hopefully fixed browsing in "recordings" menu (if there are folders having the same name).
- Added new skin "default".
- Removed i18n.pl.
- Localization can be set in configuration again.
- Added "Transponder" and "CA-System" to tooltips in timer_list.
- Show recording's summary and subtitle in rec_edit (Requested by BigDiSt).
- Check for and shorten too long summary when programming timer.
- Check for too long commands sent to SVDRPort.
- Channel select box in TV.
- "Test" button in AutoTimer edit for showing results of current settings (Requested by Hardy Flor).
- Link from channel name in prog_list2 and timer_list to prog_list.
- Bring popups to the front (e.g. help, prog_detail...) (Based on a patch submitted by Ville Skyttä).
- Reuse existing TV, RC and help windows (Based on a patch submitted by Ville Skyttä).
- Send vdradmin.m3u when streaming.
- Tooltips in timer_list, prog_timeline and at_timer_list can be deactivated (Requested by Hardy Flor).
- Fixed wrong HTML tags in rec_detail (Reported by foobar42).
Diffstat (limited to 'template/default/prog_summary.html')
-rw-r--r-- | template/default/prog_summary.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/prog_summary.html b/template/default/prog_summary.html index 0d3b9ac..d7d10dd 100644 --- a/template/default/prog_summary.html +++ b/template/default/prog_summary.html @@ -36,7 +36,7 @@ <table border="0" cellspacing="0" cellpadding="0" class="group"> <tr class="heading"> <td class="col_left"></td> - <td> + <td class="col_center"> <a id="<tmpl_var anchor>" name="<tmpl_var anchor>"></a> <h2><a href="<tmpl_var proglink>"><tmpl_var progname></a></h2> <tmpl_if stream_live_on> @@ -47,7 +47,7 @@ </tr> <tr class="row_odd"> <td class="col_left"></td> - <td> + <td class="col_center"> <div class="date"><tmpl_var longdate></div> <div class="duration"> <tmpl_if start><tmpl_var start>-<tmpl_var stop></tmpl_if> @@ -68,7 +68,7 @@ </tr> <tr class="footer"> <td class="col_left"></td> - <td> + <td class="col_center"> <tmpl_if recurl> <a href="javascript:callurl('<tmpl_var switchurl>');"><img src="bilder/sum_view.gif" width="58" height="22" border="0" alt="<%! TV select !%>" onmouseover="window.status='<%! TV select !%>';return true" title="<%! TV select !%>" /></a> <a href="vdradmin.pl?search=<tmpl_var find_title>&aktion=prog_summary&submit=go11)"><img src="bilder/sum_find.gif" width="58" height="22" border="0" alt="<%! Search for other show times !%>" onmouseover="window.status='<%! Search for other show times !%>';return true" title="<%! Search for other show times !%>" /></a> |