liquid_feedback_frontend
diff app/main/index/_menu.lua @ 988:81bde33c2256
Added support for regular delegation check, fixed css for pagination
author | bsw |
---|---|
date | Sat Apr 20 18:40:34 2013 +0200 (2013-04-20) |
parents | f52f918b38b8 |
children |
line diff
1.1 --- a/app/main/index/_menu.lua Wed Mar 20 09:26:11 2013 +0100 1.2 +++ b/app/main/index/_menu.lua Sat Apr 20 18:40:34 2013 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 ui.tag{ tag = "ul", content = function() 1.5 1.6 - if app.session.member_id then 1.7 + if app.session.member_id and not app.session.needs_delegation_check then 1.8 ui.tag{ tag = "li", content = function() 1.9 1.10 ui.link{ 1.11 @@ -55,7 +55,9 @@ 1.12 } 1.13 1.14 end } 1.15 - 1.16 + end 1.17 + 1.18 + if app.session.member_id then 1.19 ui.tag{ tag = "li", content = function() 1.20 1.21 ui.link{