diff options
Diffstat (limited to 'template/default/help_timer_list.html')
-rw-r--r-- | template/default/help_timer_list.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/template/default/help_timer_list.html b/template/default/help_timer_list.html index 7ddf15f..a298b2d 100644 --- a/template/default/help_timer_list.html +++ b/template/default/help_timer_list.html @@ -18,17 +18,9 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group"> <tr class="heading"> - <td class="col_left"></td> <td><h2><%! Timer !%></h2></td> - <td class="col_right"></td> - </tr> - <tr class="row_spacer"> - <td class="col_left"></td> - <td></td> - <td class="col_right"></td> </tr> <tr class="row_even"> - <td class="col_left"></td> <td> <%! <p>Here you will find a listing of timers known to VDR.</p> <p>On top you will find a chart showing a day's timers graphically. This provides an quick overview on what's going on at the specified day and helps you in finding conflicting timers. Moving the mouse cursor above any timer box will display a tooltip containing the timer's title, priority, lifetime and duration.</p> @@ -56,12 +48,6 @@ <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> !%> </td> - <td class="col_right"></td> - </tr> - <tr class="footer"> - <td class="col_left"></td> - <td></td> - <td class="col_right"></td> </tr> </table> </form> |