improved page style and added a layout to am notes

This commit is contained in:
gabryon99 2020-08-14 09:16:58 +02:00
parent b568f3ee4c
commit 25645e6add
11 changed files with 58 additions and 114 deletions

View file

@ -173,7 +173,16 @@ if(page == "overview") then
<tbody>
</tbody>
</table>
</div>
]])
page_utils.print_notes({
i18n("active_monitoring_stats.note3", {product=info.product}),
i18n("active_monitoring_stats.note_alert"),
i18n("active_monitoring_stats.note_availability")
})
print([[
</div>
</div>
</div>]])
@ -237,13 +246,6 @@ if(page == "overview") then
</form>
</div>
<div>
]].. i18n("notes") .. [[<ul>
<li>]].. i18n("active_monitoring_stats.note3", {product=info.product}) ..[[</li>
<li>]].. i18n("active_monitoring_stats.note_alert") ..[[</li>
<li>]].. i18n("active_monitoring_stats.note_availability") ..[[</li>
</ul>
</div>
]])
local measurements_info = {}