# HG changeset patch # User bsw # Date 1533741111 -7200 # Node ID 15419fb2f050707c35d32d3491e859c0c6d6dce8 # Parent 5656b86cd2cf5f5414cd731dc79fe059979bd1af Put label after checkbox diff -r 5656b86cd2cf -r 15419fb2f050 app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Wed Aug 08 17:09:27 2018 +0200 +++ b/app/main/registration/_register_form.lua Wed Aug 08 17:11:51 2018 +0200 @@ -94,8 +94,9 @@ ui.field.boolean{ name = "verification_data_" .. field.name .. "_optout", value = request.get_param{ name = "verification_data_" .. field.name .. "_optout" } and true or false, - label = field.optional_checkbox } + slot.put(" ") + ui.tag{ content = field.optional_checkbox } end elseif field.name == "unit" then