* Fixed changed layout of flash_keep in admin > index
This commit is contained in:
parent
d0acd217b1
commit
e501f5ed76
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ c = m:section(NamedSection, "main", "core", "Allgemein")
|
||||||
c:option(Value, "lang", "Sprache")
|
c:option(Value, "lang", "Sprache")
|
||||||
c:option(Value, "mediaurlbase", "Mediaverzeichnis")
|
c:option(Value, "mediaurlbase", "Mediaverzeichnis")
|
||||||
|
|
||||||
f = m:section(NamedSection, "flash", "extern", "Firmwareupgrade")
|
f = m:section(NamedSection, "flash_keep", "extern", "Zu übernehmende Dateien bei Firmwareupgrade")
|
||||||
f:option(Value, "keep", "Übernehme Dateien").size = 64
|
f.dynamic = true
|
||||||
|
|
||||||
p = m:section(NamedSection, "category_privileges", "core", "Kategorieprivilegien")
|
p = m:section(NamedSection, "category_privileges", "core", "Kategorieprivilegien")
|
||||||
p.dynamic = true
|
p.dynamic = true
|
||||||
|
|
Loading…
Reference in a new issue