liquid_feedback_frontend
diff app/main/initiative/new.lua @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
| author | bsw |
|---|---|
| date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
| parents | 5c601807d397 |
| children | 80c215dbf076 |
line diff
1.1 --- a/app/main/initiative/new.lua Mon Nov 23 12:00:00 2009 +0100 1.2 +++ b/app/main/initiative/new.lua Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -39,6 +39,7 @@ 1.4 } 1.5 end 1.6 ui.field.text{ label = _"Name", name = "name" } 1.7 + ui.field.text{ label = _"Discussion URL", name = "discussion_url" } 1.8 ui.field.text{ label = _"Draft", name = "draft", multiline = true, attr = { style = "height: 50ex;" } } 1.9 ui.submit{ text = _"Save" } 1.10 end