diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2008-12-20 08:36:27 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2008-12-20 08:36:27 +0100 |
commit | 15d999894118c71926b62b5968f08c0ac9f092d2 (patch) | |
tree | 01f70f81af1339a7b77eed1baf9148fdc1c8067b /template/default/tv.html | |
parent | b5bb9b571134454e2507bce56211f68e15fb276e (diff) | |
download | vdradmin-am-3.6.4.tar.gz vdradmin-am-3.6.4.tar.bz2 |
2008-12-20: 3.6.4v3.6.4
- Added: Use ".update" in VDR's video directory to check if recordings cache needs to be refreshed.
- Added: CACHE_REC_ENABLED option in vdradmind.conf to enable (1) or disable (0) recordings caching.
- Changed: Encode.pm now is optional and no recoding will happen if it's missing.
- Updated: Finnish translation (Ville Skyttä)
Diffstat (limited to 'template/default/tv.html')
-rw-r--r-- | template/default/tv.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/tv.html b/template/default/tv.html index 3a72379..429bb09 100644 --- a/template/default/tv.html +++ b/template/default/tv.html @@ -108,6 +108,10 @@ </table> <?% END %?> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <table border="0" cellspacing="0" cellpadding="0" id="content"> <tr> <td id="sect_tv" style="width:<?% IF size == 'full' %?>780<?% ELSE %?><?% IF size == 'half' %?>400<?% ELSE %?>210<?% END %?><?% END %?>px;" align="center"> |