Re-added preferences search (#6507)

This commit is contained in:
MatteoBiscosi 2022-04-19 16:47:20 +02:00
parent bf458edb31
commit 3ce59d20c7
2 changed files with 98 additions and 1 deletions

View file

@ -1468,7 +1468,16 @@ print[[
<table class="table">
<col width="20%">
<col width="80%">
<tr><td style="padding-right: 20px;">
<tr><td style="padding-right: 20px;">]]
print(
template.gen("prefs_search.template", {
http_prefix = ntop.getHttpPrefix(),
placeholder = i18n("prefs.search_preferences")
})
)
print[[
<div class="list-group">]]
printMenuSubpages(tab)