diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-11-25 14:37:25 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-11-25 14:37:25 +0100 |
commit | 18ad5414acb6cea4e2cd645e8a8d81f371285824 (patch) | |
tree | eb7d7570b505b122510144f78036ba102dbcd889 /template/default/help_timer_list.html | |
parent | 0911279b7a22fae2cdde05681d88322a222d6c63 (diff) | |
download | vdradmin-am-18ad5414acb6cea4e2cd645e8a8d81f371285824.tar.gz vdradmin-am-18ad5414acb6cea4e2cd645e8a8d81f371285824.tar.bz2 |
2005-11-xx: 0.97-am3.4.2v0.97-am3.4.2rc5
- Fixed: Programming a timer using InternetExplorer didn't return to the previous page but gave an error (Reported by several people).
- Remember sorting after (in)activating selected timers (Reported by Atti).
Diffstat (limited to 'template/default/help_timer_list.html')
-rw-r--r-- | template/default/help_timer_list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/default/help_timer_list.html b/template/default/help_timer_list.html index 96b6198..9b8559f 100644 --- a/template/default/help_timer_list.html +++ b/template/default/help_timer_list.html @@ -53,7 +53,8 @@ <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. </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>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> |