deluge/deluge/ui/web/render/preferences_daemon.html
2009-02-04 18:20:46 +00:00

15 lines
537 B
HTML

<form>
<fieldset>
<legend>${_("Port")}</legend>
<label>${_("Daemon Port")}:</label><input type="text" name="daemon_port" rel="spinner" /><br/>
</fieldset>
<fieldset>
<legend>${_("Connections")}</legend>
<label class="fluid"><input type="checkbox" name="allow_remote" />${_("Allow Remote Connections")}</label>
</fieldset>
<fieldset>
<legend>${_("Other")}</legend>
<label class="fluid"><input type="checkbox" name="new_release_check" />${_("Periodically check the website for new releases")}</label>
</fieldset>
</form>