mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- yweb: disable non-working rec on/off buttons
This commit is contained in:
@@ -45,8 +45,10 @@ function goUrl(_url){
|
||||
<input type="button" value="{=L:bc.control.status=}" onclick='goUrl("/control/zapto?statusplayback");'/>
|
||||
</td>
|
||||
<td>
|
||||
{=comment:disable non-working rec on/off buttons~
|
||||
<input type="button" value="{=L:on=}" onclick='goUrl("/control/setmode?record=start");'/>
|
||||
<input type="button" value="{=L:off=}" onclick='goUrl("/control/setmode?record=stop");'/>
|
||||
=}
|
||||
<input type="button" value="{=L:bc.control.status=}" onclick='goUrl("/control/setmode?status");'/>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user