From 056dc50400651421cd5aeaef104b600187fce55a Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Thu, 26 Jun 2008 21:40:46 +0000 Subject: [PATCH] use header template in white index.html --- deluge/ui/webui/templates/white/index.html | 29 +--------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/deluge/ui/webui/templates/white/index.html b/deluge/ui/webui/templates/white/index.html index ca79bde2f..82986ec48 100644 --- a/deluge/ui/webui/templates/white/index.html +++ b/deluge/ui/webui/templates/white/index.html @@ -1,34 +1,7 @@ $def with (torrent_list, organize_filters) - - - Deluge:$_('Torrent list') - - - - - - - -
- - -
-
- Home - $for id, title, url in admin_pages: - $title - -Faq -
- - - $:part_stats() -
- -
- +$:render.header(_("Deluge : Torrent List"), 'home') $if organize_filters: $:render.part_organize(organize_filters)