diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-05-24 14:00:09 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-05-24 14:00:09 +0200 |
commit | 9e8fe7b8ec42e928db062413ee824b7b4ec13132 (patch) | |
tree | 661dd0a6ea202dab5d13ce710fcb98bb25626374 /template/default/help_rec_list.html | |
parent | b8893f9631d2ea760848ba6c56c22d45f8413591 (diff) | |
download | vdradmin-am-9e8fe7b8ec42e928db062413ee824b7b4ec13132.tar.gz vdradmin-am-9e8fe7b8ec42e928db062413ee824b7b4ec13132.tar.bz2 |
2006-05-24: 3.4.6beta2v3.4.6beta2
- Added: VPS time, audio and video tracks to prog_detail if available.
- Added: class names for action icons (info, record...) for hiding single items (not yet finished).
- Added: ids for navigation items, see user.css_example for hiding single items.
- Changed: Icons for stream and switch TV.
- Replaced: "default" skin by "default.png" skin.
- Added: Link from pattern title in AutoTimer list to AutoTimer edit (Requested by Tarandor).
- Reworked: prog_timeline; still needs some beautification (Based on patch submitted by Torsten Herz).
- Fixed: IMDb link in prog_summary listview (Reported by heiwil).
- Fixed: detection of valid Locale::gettext calls.
Diffstat (limited to 'template/default/help_rec_list.html')
-rw-r--r-- | template/default/help_rec_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/help_rec_list.html b/template/default/help_rec_list.html index 4a72d94..31984db 100644 --- a/template/default/help_rec_list.html +++ b/template/default/help_rec_list.html @@ -36,11 +36,11 @@ <dd>The time when the recording has been done. In case of folders this will show the number of <strong>new</strong> recordings the folder contains.</dd> <dt>Name</dt> <dd>The recording's or folder's name. Click it to show the recording's summary or descend into the folder.</dd> - <dt>Rename (<img src="bilder/edit.gif" alt="edit" />)</dt> + <dt>Rename (<img src="bilder/edit.png" alt="edit" />)</dt> <dd>Rename a recording.<br /><h4>Note:</h4>This only works if VDR has the <u>RENR</u> SVDRPort command which is no core VDR feature but is available through a patch. <span class="ref_file">vdr-aio21_svdrprename.patch</span> or <span class="ref_file">enAIO-v2.2+</span> provide this command.</dd> - <dt>Delete (<img src="bilder/delete.gif" alt="delete" />)</dt> + <dt>Delete (<img src="bilder/delete.png" alt="delete" />)</dt> <dd>Delete a recording.</dd> - <dt>Stream (<img src="bilder/stream.gif" alt="stream" />)</dt> + <dt>Stream (<img src="bilder/stream.png" alt="stream" />)</dt> <dd>This column is only shown if you activated and configured <span class="ref_label">Recordings Streaming</span> in the <span class="ref_menu">Configuration</span> menu. You can watch the recording at your workstation.</dd> </dl> </p> |