liquid_feedback_frontend
diff app/main/admin/area_show.lua @ 1472:734628c88034
Changed whitespace in admin area view
author | bsw |
---|---|
date | Thu Oct 18 17:43:36 2018 +0200 (2018-10-18) |
parents | 4665754cc5ab |
children | 52e1781f550b |
line diff
1.1 --- a/app/main/admin/area_show.lua Thu Oct 18 17:43:02 2018 +0200 1.2 +++ b/app/main/admin/area_show.lua Thu Oct 18 17:43:36 2018 +0200 1.3 @@ -67,14 +67,15 @@ 1.4 connecting_records = area.allowed_policies or {}, 1.5 foreign_reference = "id", 1.6 } 1.7 - slot.put("<br /><br />") 1.8 + slot.put("<br />") 1.9 ui.field.text{ label = _"Admission quorum standard", name = "quorum_standard", value = hint and 10 or nil } 1.10 ui.field.text{ label = _"Admission quorum issues", name = "quorum_issues", value = hint and 10 or nil } 1.11 ui.field.text{ label = _"Admission quorum time", name = "quorum_time", value = hint and "60 days" or nil } 1.12 ui.field.text{ label = _"Admission quorum exponent", name = "quorum_exponent", value = hint and 0.5 or nil } 1.13 ui.field.text{ label = _"Admission qourum factor", name = "quorum_factor", value = hint and 2 or nil } 1.14 - slot.put("<br /><br />") 1.15 + slot.put("<br />") 1.16 ui.field.boolean{ label = _"Active?", name = "active", value = hint and true or nil } 1.17 + slot.put("<br />") 1.18 ui.submit{ 1.19 attr = { class = "mdl-button mdl-js-button mdl-button--raised mdl-button--colored mdl-js-ripple-effect" }, 1.20 text = _"update area"