liquid_feedback_frontend
annotate app/main/unit/list.lua @ 439:e953e56ecf55
Show member area list as homepage again
| author | bsw | 
|---|---|
| date | Sun Mar 11 12:25:08 2012 +0100 (2012-03-11) | 
| parents | 990432f7dba0 | 
| children | c79be8347e93 | 
| rev | line source | 
|---|---|
| bsw@273 | 1 slot.put_into("title", _"Unit list") | 
| bsw@262 | 2 | 
| bsw@262 | 3 util.help("unit.list", _"Unit list") | 
| bsw@262 | 4 | 
| bsw@433 | 5 slot.put("<br />") | 
| bsw@433 | 6 | 
| bsw@418 | 7 ui.container{ attr = { class = "box" }, content = function() | 
| bsw@418 | 8 execute.view{ module = "unit", view = "_list" } | 
| bsw@433 | 9 end } | 
| bsw@433 | 10 | 
| bsw@433 | 11 slot.put("<br />") | 
| bsw@433 | 12 |