diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-10 15:35:46 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-10 15:35:46 +0200 |
commit | 184bb4afd35bb84e8163ab0bf536886197ab91c8 (patch) | |
tree | a0fa842be2daf3537b7e0719cdb37ff523ee8ae9 /module/web/templates | |
parent | _.-:Package Folders:-._ (diff) | |
download | pyload-184bb4afd35bb84e8163ab0bf536886197ab91c8.tar.xz |
set_conf fix
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/settings.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 4d2d2a591..b131df92f 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -36,13 +36,12 @@ {% for skey, section in conf.items %} <fieldset> - <legend> + <legend style="font-size:0.8cm;color:darkblue;background-color:lightgrey;round"> {{section.name}} </legend> - {% for okey, option in section.options.items %} - <label for="{{skey}}|{{okey}}"> + <label for="{{skey}}|{{okey}}" style="color:#424242;"> {{option.name}} {% ifequal option.type "bool" %} <select id="{{skey}}|{{okey}}" name="{{skey}}|{{okey}}"> |