diff options
Diffstat (limited to 'template/default/help_at_timer_list.html')
-rw-r--r-- | template/default/help_at_timer_list.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/template/default/help_at_timer_list.html b/template/default/help_at_timer_list.html index 9f2c473..c837536 100644 --- a/template/default/help_at_timer_list.html +++ b/template/default/help_at_timer_list.html @@ -12,6 +12,10 @@ </head> <body id="at_timer_list"> +<form onsubmit="return false;"> + <input type="hidden" name="aktion" value="show_help"/> + <input type="hidden" name="area" value="<tmpl_var area>"/> + <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group"> <tr class="heading"> <td class="col_left"></td> @@ -44,8 +48,8 @@ <img src="bilder/poempl_gruen.gif" alt="on" align="absmiddle" /> AutoTimer is OK and will automatically program matching broadcasts.<br /> <img src="bilder/poempl_grau.gif" alt="inactive" align="absmiddle" /> AutoTimer is not active. </p> - <p>In addition to these functions you can add a new AutoTimer by clicking <span class="submit">New AutoTimer</span> at the top and you can delete a number of AutoTimers at once by checking the box in the last column of those timers and clicking <span class="submit">Delete Selected AutoTimers</span>.</p> - <p>Click <span class="submit">Force Update</span> to force VDRAdmin to reconnect to VDR, fetch the current EPG and check for matching AutoTimers.</p> !%> + <p>In addition to these functions you can add a new AutoTimer by clicking <input type="submit" class="submit" value="New AutoTimer"/> at the top and you can delete a number of AutoTimers at once by checking the box in the last column of those timers and clicking <input type="submit" class="submit" value="Delete Selected AutoTimers"/>.</p> + <p>Click <input type="submit" class="submit" value="Force Update"/> to force VDRAdmin to reconnect to VDR, fetch the current EPG and check for matching AutoTimers.</p> !%> </td> <td class="col_right"></td> </tr> @@ -55,6 +59,7 @@ <td class="col_right"></td> </tr> </table> +</form> </body> </html> |