disable daemon start/stop until it is fixed

This commit is contained in:
Martijn Voncken 2008-07-12 10:39:11 +00:00
parent 563a8fa03d
commit dd54a6e592
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ $if connected:
$_('Connected to')
$connected
</td><td>
<!--DISABLED
&nbsp;
<form method="POST" action="$base/daemon/control/stop">
<input type="submit" name="stop"
@ -23,15 +24,18 @@ $if connected:
<input type="submit" name="restart"
value="$_('Restart')">
</form>
--->
</td></tr></table>
$else:
<div class="error">$_("Not Connected to a daemon")
</div>
<!--disabled
<form method="POST" action="$base/daemon/control/start">
<input type="hidden" name="uri" value="$connect_list[0]">
<input type="submit" name="stop"
value="$_('Start') $connect_list[0]">
</form>
-->
<form method="POST">
$for i, uri in enumerate(connect_list):