- yweb: disable non-working rec on/off buttons

This commit is contained in:
svenhoefer
2013-09-20 14:57:06 +02:00
parent 8561622751
commit 18a24d18bd

View File

@@ -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>