liquid_feedback_frontend
diff app/main/admin/area_show.lua @ 1309:32cc544d5a5b
Cumulative patch for upcoming frontend version 4
author | bsw/jbe |
---|---|
date | Sun Jul 15 14:07:29 2018 +0200 (2018-07-15) |
parents | fede09736f2b |
children | 9a01089a6703 |
line diff
1.1 --- a/app/main/admin/area_show.lua Thu Jun 23 03:30:57 2016 +0200 1.2 +++ b/app/main/admin/area_show.lua Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -63,6 +63,11 @@ 1.4 connecting_records = area.allowed_policies or {}, 1.5 foreign_reference = "id", 1.6 } 1.7 + ui.field.text{ label = _"Admission quorum standard", name = "quorum_standard", value = hint and 10 or nil } 1.8 + ui.field.text{ label = _"Admission quorum issues", name = "quorum_issues", value = hint and 10 or nil } 1.9 + ui.field.text{ label = _"Admission quorum time", name = "quorum_time", value = hint and "60 days" or nil } 1.10 + ui.field.text{ label = _"Admission quorum exponent", name = "quorum_exponent", value = hint and 0.5 or nil } 1.11 + ui.field.text{ label = _"Admission qourum factor", name = "quorum_factor", value = hint and 2 or nil } 1.12 slot.put("<br /><br />") 1.13 ui.field.boolean{ label = _"Active?", name = "active", value = hint and true or nil } 1.14 ui.submit{ text = _"update area" }