diff options
| author | Andreas Mair <amair.sob@googlemail.com> | 2007-01-25 16:01:07 +0100 | 
|---|---|---|
| committer | Andreas Mair <amair.sob@googlemail.com> | 2007-01-25 16:01:07 +0100 | 
| commit | 12afd457f85ae4c80446787ec2a37f5a0c30e3fb (patch) | |
| tree | 6a8f1053f7191371ae8c6bec1304fbdc8decbf1f /template/default/rec_list.html | |
| parent | 46d2394f8ae86e9c92c2c573a1a990a97c6d33b1 (diff) | |
| download | vdradmin-am-3.5.3.tar.gz vdradmin-am-3.5.3.tar.bz2 | |
2007-01-25: 3.5.3v3.5.3
- Fixed: epgsearch's LSTT/DEFT commands need at least epgsearch v0.9.20.
- Added: Klaus Schmidinger's "lste" speedup patch.
- Changed: Do not send every HTTP header line in its own TCP packet (Speedup!).
- Changed: Display error message if VDRAdmin-AM can't connect to VDR if index.html is requested.
- Changed: Added warning in epgsearch edit if neither "title", "subtitle" nor "description" is checked.
- Changed: Don't show recording commands drop-down if there are no reccmds.
- Fixed: When sorting recordings by name, sort folders by name too.
Diffstat (limited to 'template/default/rec_list.html')
| -rw-r--r-- | template/default/rec_list.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/template/default/rec_list.html b/template/default/rec_list.html index ab4905c..d1b9a85 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_list.html @@ -133,7 +133,7 @@  					<td align="left">  						<input type="submit" class="submit" name="rec_update" value="<?% gettext('Refresh') %?>" />  					</td> -	<?% IF reccmds %?> +	<?% IF reccmds.size > 0 %?>  					<td align="center">  						<?% gettext('Commands:') %?>  						<select name="rec_cmd" class="submit"> | 
