liquid_feedback_frontend

annotate app/main/admin/index.lua @ 263:f42d16567c5d

Added admin section for units, added unit support to areas in admin section
author bsw
date Tue Feb 07 18:13:00 2012 +0100 (2012-02-07)
parents 86931dcee1fd
children 74f768a162e1
rev   line source
bsw/jbe@0 1 slot.put_into("title", _"Admin menu")
bsw/jbe@0 2
bsw/jbe@0 3
bsw/jbe@0 4 ui.link{
bsw@196 5 text = _"Policies",
bsw/jbe@0 6 module = "admin",
bsw/jbe@0 7 view = "policy_list",
bsw/jbe@0 8 }
bsw/jbe@0 9
bsw@263 10 slot.put("<br /><br />")
bsw@263 11
bsw@263 12
bsw@263 13 ui.link{
bsw@263 14 text = _"Units",
bsw@263 15 module = "admin",
bsw@263 16 view = "unit_list",
bsw@263 17 }
bsw@263 18
bsw@263 19 slot.put("<br /><br />")
bsw@263 20
bsw@263 21 ui.link{
bsw@263 22 text = _"Members",
bsw@263 23 module = "admin",
bsw@263 24 view = "member_list",
bsw@263 25 }
bsw@263 26

Impressum / About Us