mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
add neutrino restart to webif
Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -56,6 +56,14 @@ function get_data() {
|
||||
CEC: <input id="checkCEC" name="checkCEC" type="checkbox" checked="checked"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="y_form_header">{=L:bc.control.neutrino=}</td><td class="y_form_header"> <!-- just a placeholder --></td></tr>
|
||||
<td>
|
||||
<input type="button" value="{=L:bc.control.restart=}" onclick='goUrl("/control/restart");'/>
|
||||
</td>
|
||||
<td>
|
||||
<!-- just a placeholder -->
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="y_form_header">{=L:bc.control.playback=}</td><td class="y_form_header">{=L:bc.control.recording_mode=}</td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@@ -140,7 +140,8 @@ bc.control.reboot=Neustart
|
||||
bc.control.shutdown.ask=Box wirklich ausschalten?
|
||||
bc.control.shutdown=Ausschalten
|
||||
bc.control.status=Status
|
||||
bc.control.restart=Neu starten
|
||||
bc.control.restart=Neustart
|
||||
bc.control.neutrino=Neutrino
|
||||
|
||||
========= Boxcontrol - Message
|
||||
bc.msg.message_to_screen_desc=Nachricht eingeben
|
||||
|
@@ -143,6 +143,7 @@ bc.control.shutdown.ask=Really shutdown the Box?
|
||||
bc.control.shutdown=shutdown
|
||||
bc.control.status=status
|
||||
bc.control.restart=restart
|
||||
bc.control.neutrino=Neutrino
|
||||
|
||||
========= Boxcontrol - Message
|
||||
bc.msg.message_to_screen_desc=enter message to send to TV screen
|
||||
|
Reference in New Issue
Block a user