liquid_feedback_frontend
diff app/main/admin/policy_show.lua @ 1234:8288027edb54
Added support for min_admission_time and max_admission_time
author | bsw |
---|---|
date | Fri Dec 04 14:19:28 2015 +0100 (2015-12-04) |
parents | 8c65f5a029b0 |
children | bc77849f922d |
line diff
1.1 --- a/app/main/admin/policy_show.lua Tue Dec 01 18:33:06 2015 +0100 1.2 +++ b/app/main/admin/policy_show.lua Fri Dec 04 14:19:28 2015 +0100 1.3 @@ -32,7 +32,8 @@ 1.4 ui.field.text{ label = _"Hint", readonly = true, 1.5 value = _"Interval format:" .. " 3 mons 2 weeks 1 day 10:30:15" } 1.6 1.7 - ui.field.text{ label = _"Admission time", name = "admission_time", value = hint and "30 days" or nil } 1.8 + ui.field.text{ label = _"Minimum admission time", name = "min_admission_time", value = hint and "0" or nil } 1.9 + ui.field.text{ label = _"Maximum admission time", name = "min_admission_time", value = hint and "30 days" or nil } 1.10 ui.field.text{ label = _"Discussion time", name = "discussion_time", value = hint and "30 days" or nil } 1.11 ui.field.text{ label = _"Verification time", name = "verification_time", value = hint and "15 days" or nil } 1.12 ui.field.text{ label = _"Voting time", name = "voting_time", value = hint and "15 days" or nil }