bsw@1045: ui.title(_"Terms of use") bsw@1045: bsw@1045: ui.section( function() bsw@1045: bsw@1045: ui.sectionHead( function() bsw@1045: ui.heading { level = 1, content = _"Terms of use" } bsw@1045: end ) bsw@1045: bsw@1045: ui.sectionRow( function() bsw/jbe@19: bsw@1045: ui.container{ bsw@1045: attr = { class = "wiki use_terms" }, bsw@1045: content = function() bsw@1045: slot.put(config.use_terms) bsw@1045: end bsw@1045: } bsw@1045: bsw@1045: end ) bsw@1045: end )