cryptonas/plugins/date/network_restart.cs

21 lines
562 B
C#

<?cs # $Id: form_date.cs 790 2007-02-08 02:16:41Z lars $ ?>
<?cs call:handle_messages() ?>
<fieldset>
<legend>
<?cs call:show_plugin_icon() ?>
<?cs var:html_escape(Lang.Plugins.network_restart.Title) ?>
</legend>
<?cs call:show_help(Lang.Plugins.network_restart.Help.NetworkRestart) ?>
<?cs call:print_form_header("set_dsl", "network_restart") ?>
<p><input type="hidden" name="restart" value="yes" />
<button type="submit" tabindex="1"><?cs var:html_escape(Lang.Plugins.network_restart.Button.NetworkRestart) ?></button>
</p>
</form>
</fieldset>