liquid_feedback_frontend

view app/main/admin/index.lua @ 11:77d58efe99fd

Version beta7

Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://

Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation

New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists

Language chooser at the login page has been added (again)
author bsw
date Fri Jan 22 12:00:00 2010 +0100 (2010-01-22)
parents 3bfb2fcf7ab9
children 86931dcee1fd
line source
1 slot.put_into("title", _"Admin menu")
3 ui.link{
4 text = "Members",
5 module = "admin",
6 view = "member_list",
7 }
9 slot.put("<br />")
11 ui.link{
12 text = "Areas",
13 module = "admin",
14 view = "area_list",
15 }
17 slot.put("<br />")
20 ui.link{
21 text = "Policies",
22 module = "admin",
23 view = "policy_list",
24 }

Impressum / About Us