mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
minimal admin toolbar
This commit is contained in:
parent
8ee529d229
commit
c5cb204344
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@ $def with (groups, pages, form, selected, message, error)
|
|||
|
||||
$:render.header(_("Config"))
|
||||
|
||||
$:render.admin_toolbar('config')
|
||||
<!--left block-->
|
||||
<div class="panel" id="config_chooser">
|
||||
$for group in groups:
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
$def with (connect_list, error)
|
||||
|
||||
$:render.header(_("Connect to Daemon"))
|
||||
|
||||
$:render.admin_toolbar('connect')
|
||||
|
||||
<div class="panel" align="left">
|
||||
$if error:
|
||||
<div class="error">$error</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue