liquid_feedback_frontend

diff app/main/member/_area_list.lua @ 414:699b9fa7bc36

Integrated new event system, splitted issues in open/closed, changed navigation
author bsw
date Sat Mar 10 16:57:49 2012 +0100 (2012-03-10)
parents 0a92766fe219
children 5a50d566f040
line diff
     1.1 --- a/app/main/member/_area_list.lua	Sat Mar 10 13:54:14 2012 +0100
     1.2 +++ b/app/main/member/_area_list.lua	Sat Mar 10 16:57:49 2012 +0100
     1.3 @@ -49,7 +49,10 @@
     1.4      else
     1.5        ui.container{ attr = { class = "voting_priv_info" }, content = _"You have voting privileges for this unit, but you are not member of any of its areas." }
     1.6      end
     1.7 +    ui.container{ content = function()
     1.8 +      ui.link{ content = _"Show all areas of unit", module = "unit", view = "show", id = unit.id }
     1.9 +    end }
    1.10 +          
    1.11    end }
    1.12 -  
    1.13 +
    1.14  end
    1.15 -

Impressum / About Us