diff --git a/deluge/plugins/label/label/template/config.html b/deluge/plugins/label/label/template/config.html deleted file mode 100644 index 1dc4f27bf..000000000 --- a/deluge/plugins/label/label/template/config.html +++ /dev/null @@ -1,19 +0,0 @@ -$def with (labels) - -$for label in labels: - - - - - -
$label
- -

Options

- diff --git a/deluge/plugins/label/label/template/config_page.html b/deluge/plugins/label/label/template/config_page.html deleted file mode 100644 index 382d5e3b1..000000000 --- a/deluge/plugins/label/label/template/config_page.html +++ /dev/null @@ -1,22 +0,0 @@ -$def with (labels) -$:render.basic_header(_("Label Config")) -

$_("Label Config")

- -$for label in labels: - - - - - -
$label
- -

Options

- -$:render.footer() \ No newline at end of file diff --git a/deluge/plugins/label/label/template/options.html b/deluge/plugins/label/label/template/options.html deleted file mode 100644 index e55bb60f9..000000000 --- a/deluge/plugins/label/label/template/options.html +++ /dev/null @@ -1,41 +0,0 @@ -$def with (label_id, options_form, error=None) -$:render.basic_header(_("Label Options")) -

$label_id Options.

-
-
-

max

- - $:(options_form.as_table(["apply_max", "max_download_speed", "max_upload_speed", "max_upload_slots", "max_connections"])) -
- -

queue

- - $:(options_form.as_table(["apply_queue", "is_auto_managed", "stop_at_ratio", "stop_ratio", "remove_at_ratio"])) -
- -

location

- - $:(options_form.as_table(["apply_move_completed", "move_completed", "move_completed_path"])) -
- -

tracker

- - $:(options_form.as_table(["auto_add", "auto_add_trackers"])) -
- - -
-
- - - -$:render.footer() \ No newline at end of file diff --git a/deluge/plugins/label/label/template/options_page.html b/deluge/plugins/label/label/template/options_page.html deleted file mode 100644 index b1f83e99b..000000000 --- a/deluge/plugins/label/label/template/options_page.html +++ /dev/null @@ -1,10 +0,0 @@ -$def with (label_id) -$:render.basic_header(_("Label Options")) -

$label_id Options.

-
-
- label= $label_id -
-
- -$:render.footer() \ No newline at end of file diff --git a/deluge/plugins/label/label/template/torrent_label.html b/deluge/plugins/label/label/template/torrent_label.html deleted file mode 100644 index f17404c2f..000000000 --- a/deluge/plugins/label/label/template/torrent_label.html +++ /dev/null @@ -1,29 +0,0 @@ -$def with (torrent_ids, torrent_list, labels) -$:render.header(_("Label torrent")) -
-
-
- -

$_("Label torrent")

-
    -$for torrent in torrent_list: -
  • $torrent.name ($torrent.label)
  • -
- -
- - -
-
- - -
-
-
-
-$:render.footer() \ No newline at end of file