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/prog_list.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/prog_list.html')
-rw-r--r-- | template/default/prog_list.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/prog_list.html b/template/default/prog_list.html index 3a235c8..2b29375 100644 --- a/template/default/prog_list.html +++ b/template/default/prog_list.html @@ -49,6 +49,10 @@ <input type="hidden" name="aktion" value="prog_list" /> </form> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <div id="content"> <?% IF loop.size() > 0 %?> <?% FOREACH bc = loop %?> |