liquid_feedback_frontend

view app/main/unit/_list.lua @ 282:7f41f3c44fae

Changes in policy admin interface for core 2.0
author bsw
date Fri Feb 17 10:20:26 2012 +0100 (2012-02-17)
parents f460555c9896
children c587d8762e62
line source
1 local units = Unit:get_flattened_tree{ active = true }
3 ui.list{
4 records = units,
5 columns = {
6 {
7 content = function(unit)
8 ui.link{ text = unit.name, module = "area", view = "list", params = { unit_id = unit.id } }
9 end
10 }
11 }
12 }

Impressum / About Us