liquid_feedback_frontend

view app/main/index/usage_terms.lua @ 24:81586ea68d57

Minor bugfixes

app/main/initiative/_list.lua:
Replaced single by optional object mode

locale/translations.de.lua:
Consistent translation

app/main/initiative/_show.lua:
Added missing case "not approved" in voting info box

app/main/initiative/_show_voting.lua:
Added link to initiative

app/main/initiative/_show_voting.lua:
Added missing argument for link

app/main/member/show_tab.lua:
Added outgoing argument to show outgoing delegations correctly
author bsw
date Sun Feb 21 14:09:11 2010 +0100 (2010-02-21)
parents 00d1004545f1
children b219676f1093
line source
1 slot.select("actions", function()
2 ui.link{
3 module = "index",
4 view = "about",
5 content = function()
6 ui.image{ static = "icons/16/cancel.png" }
7 slot.put(_"Back")
8 end
9 }
10 end)
12 ui.container{
13 attr = { class = "wiki use_terms" },
14 content = function()
15 slot.put(format.wiki_text(config.use_terms))
16 end
17 }

Impressum / About Us