liquid_feedback_frontend

diff app/main/area/_list_entry.lua @ 774:a3eb6ca34484

Completed membership/privilege tab in member page
author bsw
date Thu Jun 28 23:57:02 2012 +0200 (2012-06-28)
parents 27226084fcab
children 8d5b214889c3
line diff
     1.1 --- a/app/main/area/_list_entry.lua	Thu Jun 28 23:44:09 2012 +0200
     1.2 +++ b/app/main/area/_list_entry.lua	Thu Jun 28 23:57:02 2012 +0200
     1.3 @@ -1,8 +1,9 @@
     1.4  local area = param.get("area", "table")
     1.5 +local member = param.get("member", "table")
     1.6  
     1.7  ui.container{ attr = { class = "area" }, content = function()
     1.8  
     1.9 -  execute.view{ module = "area", view = "_head", params = { area = area, hide_unit = true, show_content = true } }
    1.10 +  execute.view{ module = "area", view = "_head", params = { area = area, hide_unit = true, show_content = true, member = member } }
    1.11    
    1.12    ui.container{ attr = { class = "content" }, content = function()
    1.13      ui.tag{ content = _"Issues:" }

Impressum / About Us