liquid_feedback_frontend

annotate app/main/index/_motd.lua @ 126:36aedac3e4bf

Add default policy selector in area admin
author Daniel Poelzleithner <poelzi@poelzi.org>
date Mon Oct 04 15:52:22 2010 +0200 (2010-10-04)
parents c553898f64cb
children
rev   line source
bsw@69 1 if config.motd_intern then
bsw@69 2 local help_text = config.motd_intern
bsw@69 3 ui.container{
bsw@69 4 attr = { class = "wiki" },
bsw@69 5 content = function()
bsw@69 6 slot.put(format.wiki_text(help_text))
bsw@69 7 end
bsw@69 8 }
bsw@57 9 end

Impressum / About Us