webui sync

This commit is contained in:
Marcos Pinto 2007-12-24 22:52:04 +00:00
parent 431664fec4
commit c748419fa9
4 changed files with 3 additions and 4 deletions

View File

@ -112,7 +112,7 @@ class plugin_WebUi(object):
self.config.set("button_style", 2)
self.config.set("auto_refresh", False)
self.config.set("auto_refresh_secs", 4)
self.config.set("template", "deluge")
self.config.set("template", "advanced")
self.config.save(self.config_file)
if not self.config.get("pwd_salt"):

View File

@ -1 +1 @@
180
172

View File

@ -2,7 +2,6 @@ $def with (torrent_ids, torrent_list)
$:render.header(_("Remove torrent"))
<div class="panel">
<form method="POST" action='/torrent/delete/$torrent_ids'>
<input type="hidden" name="redir" value="$get('redir')">
<div id="del_torrent">
<h2>$_("Remove torrent")</h2>

View File

@ -1 +1 @@
180
172