liquid_feedback_frontend
diff app/main/admin/policy_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 | bc77849f922d |
children | 16868516595f |
line diff
1.1 --- a/app/main/admin/policy_show.lua Thu Jun 23 03:30:57 2016 +0200 1.2 +++ b/app/main/admin/policy_show.lua Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -38,9 +38,11 @@ 1.4 ui.field.text{ label = _"Verification time", name = "verification_time", value = hint and "15 days" or nil } 1.5 ui.field.text{ label = _"Voting time", name = "voting_time", value = hint and "15 days" or nil } 1.6 1.7 - ui.field.text{ label = _"Issue quorum numerator", name = "issue_quorum_num", value = hint and "10" or nil } 1.8 - ui.field.text{ label = _"Issue quorum denominator", name = "issue_quorum_den", value = hint and "100" or nil } 1.9 + ui.field.text{ label = _"Issue quorum", name = "issue_quorum", value = hint and "1" or nil } 1.10 + ui.field.text{ label = _"Issue quorum numerator", name = "issue_quorum_num", value = hint and "1" or nil } 1.11 + ui.field.text{ label = _"Issue quorum denominator", name = "issue_quorum_den", value = hint and "10" or nil } 1.12 1.13 + ui.field.text{ label = _"Initiative quorum absolute", name = "initiative_quorum", value = hint and "1" or nil } 1.14 ui.field.text{ label = _"Initiative quorum numerator", name = "initiative_quorum_num", value = hint and "10" or nil } 1.15 ui.field.text{ label = _"Initiative quorum denominator", name = "initiative_quorum_den", value = hint and "100" or nil } 1.16