liquid_feedback_frontend
diff app/main/policy/show.lua @ 902:eb16d41929bd
Add support for free timing to policy list and view
author | bsw |
---|---|
date | Tue Aug 21 01:22:14 2012 +0200 (2012-08-21) |
parents | 832c8d0f3c7e |
children | 8288027edb54 |
line diff
1.1 --- a/app/main/policy/show.lua Tue Aug 21 01:16:03 2012 +0200 1.2 +++ b/app/main/policy/show.lua Tue Aug 21 01:22:14 2012 +0200 1.3 @@ -11,10 +11,10 @@ 1.4 else 1.5 ui.field.text{ label = _"New" .. ":", value = "≤ " .. policy.admission_time } 1.6 end 1.7 - ui.field.text{ label = _"Discussion", value = policy.discussion_time } 1.8 - ui.field.text{ label = _"Frozen", value = policy.verification_time } 1.9 - ui.field.text{ label = _"Voting", value = policy.voting_time } 1.10 - 1.11 + ui.field.text{ label = _"Discussion" .. ":", value = policy.discussion_time or _"variable" } 1.12 + ui.field.text{ label = _"Frozen" .. ":", value = policy.verification_time or _"variable" } 1.13 + ui.field.text{ label = _"Voting" .. ":", value = policy.voting_time or _"variable" } 1.14 + 1.15 if policy.polling then 1.16 ui.field.text{ label = _"Issue quorum" .. ":", value = _"without" } 1.17 else