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/timer_new.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/timer_new.html')
-rw-r--r-- | template/default/timer_new.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/timer_new.html b/template/default/timer_new.html index 76646cb..0f0b318 100644 --- a/template/default/timer_new.html +++ b/template/default/timer_new.html @@ -63,6 +63,10 @@ </tr> </table> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="group"> <?% tr_class = "row_odd" %?> <tr class="<?% tr_class %?>"> |