mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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.header(_("Config"))
|
||||||
|
|
||||||
|
$:render.admin_toolbar('config')
|
||||||
<!--left block-->
|
<!--left block-->
|
||||||
<div class="panel" id="config_chooser">
|
<div class="panel" id="config_chooser">
|
||||||
$for group in groups:
|
$for group in groups:
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
$def with (connect_list, error)
|
$def with (connect_list, error)
|
||||||
|
|
||||||
$:render.header(_("Connect to Daemon"))
|
$:render.header(_("Connect to Daemon"))
|
||||||
|
|
||||||
|
$:render.admin_toolbar('connect')
|
||||||
|
|
||||||
<div class="panel" align="left">
|
<div class="panel" align="left">
|
||||||
$if error:
|
$if error:
|
||||||
<div class="error">$error</div>
|
<div class="error">$error</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue