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_timer_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_timer_list.html')
-rw-r--r-- | template/default/help_timer_list.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/default/help_timer_list.html b/template/default/help_timer_list.html index f606040..7ddf15f 100644 --- a/template/default/help_timer_list.html +++ b/template/default/help_timer_list.html @@ -42,16 +42,16 @@ <dt>View its EPG entry</dt> <dd>Timers that have set <span class="ref_label">AutoTimer Checking</span> to "Transmission Identification" will show you the corresponding EPG entry if you click on the timer's title.</dd> <dt>Edit the timer</dt> - <dd>You can edit a timer by clicking <img src="bilder/edit.gif" alt="edit" />.</dd> + <dd>You can edit a timer by clicking <img src="bilder/edit.png" alt="edit" />.</dd> <dt>Delete the timer</dt> - <dd>To delete a timer you click <img src="bilder/delete.gif" alt="delete" />.</dd> + <dd>To delete a timer you click <img src="bilder/delete.png" alt="delete" />.</dd> </dl> </p> <p>Each timer's state is indicated by differently coloured boxes (in the chart view) or images (in the list view):<br /> - <span class="color_ok"> </span> / <img src="bilder/poempl_gruen.gif" alt="on" align="middle" /> Timer is OK and will record.<br /> - <span class="color_collision"> </span> / <img src="bilder/poempl_gelb.gif" alt="problem" align="middle" /> Timer conflicts with other timers. That's not critical, as long as you have enough DVB cards for the parallel recordings.<br /> - <span class="color_conflict"> </span> / <img src="bilder/poempl_rot.gif" alt="impossible" align="middle" /> Timer is critical and will most likely <strong>not</strong> record.<br /> - <span class="color_inactive"> </span> / <img src="bilder/poempl_grau.gif" alt="inactive" align="middle" /> Timer is not active. + <span class="color_ok"> </span> / <img src="bilder/poempl_gruen.png" alt="on" align="middle" /> Timer is OK and will record.<br /> + <span class="color_collision"> </span> / <img src="bilder/poempl_gelb.png" alt="problem" align="middle" /> Timer conflicts with other timers. That's not critical, as long as you have enough DVB cards for the parallel recordings.<br /> + <span class="color_conflict"> </span> / <img src="bilder/poempl_rot.png" alt="impossible" align="middle" /> Timer is critical and will most likely <strong>not</strong> record.<br /> + <span class="color_inactive"> </span> / <img src="bilder/poempl_grau.png" alt="inactive" align="middle" /> Timer is not active. </p> <p>In addition to these functions you can add a new timer by clicking <input type="submit" class="submit" value="New Timer"/> at the top and you can delete a number of timers at once by checking the box in the last column of those timers and clicking <input type="submit" class="submit" value="Delete Selected Timers"/>.</p> <p>You can <input type="submit" class="submit" value="activate"/> and <input type="submit" class="submit" value="inactivate"/> selected timers.</p> !%> |