Commit 38bff9b4 authored by Jim Fulton's avatar Jim Fulton

Added (optional) restart button.

parent 2c0fd90a
......@@ -28,13 +28,31 @@ such as database and product management.
</FONT>
</td>
<td> Click &quot;Shutdown&quot; to shutdown the <em>Zope</em>
process.<br>
It will be restarted upon receipt of the next web request.
process.
</td>
</tr>
</table>
</FORM>
<!--#if manage_restartable-->
<FORM ACTION="manage_restart" METHOD="POST">
<table CELLPADDING="5">
<tr>
<td ALIGN="center">
<FONT COLOR="#FF5060">
<INPUT TYPE="SUBMIT" VALUE="Restart">
</FONT>
</td>
<td> Click &quot;Restart&quot; to restart the <em>Zope</em>
process.
</td>
</tr>
</table>
</FORM>
<!--#/if-->
<!--#if Principia-Version-->
<EM>You are currently working in version <!--#var Principia-Version--></EM>
<!--#/if Principia-Version-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment