liquid_feedback_frontend
diff app/main/member/show.lua @ 245:dac08fce1ab7
Changed field active to activated in member views (according to core-2)
| author | bsw |
|---|---|
| date | Fri Dec 30 03:07:24 2011 +0100 (2011-12-30) |
| parents | 7d0f4721d2f3 |
| children | d13b27a37ad5 |
line diff
1.1 --- a/app/main/member/show.lua Fri Dec 30 03:06:23 2011 +0100 1.2 +++ b/app/main/member/show.lua Fri Dec 30 03:07:24 2011 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 1.5 slot.select("actions", function() 1.6 if not (member.id == app.session.member.id) then 1.7 -if not member.active then 1.8 +if not member.activated then 1.9 ui.tag{ 1.10 tag = "div", 1.11 attr = { class = "interest deactivated_member_info" }, 1.12 @@ -49,7 +49,7 @@ 1.13 } 1.14 } 1.15 } 1.16 - elseif member.active then 1.17 + elseif member.activated then 1.18 ui.link{ 1.19 image = { static = "icons/16/book_add.png" }, 1.20 text = _"Add to my contacts",