liquid_feedback_frontend

changeset 714:1641f0218177

Do not show disc icon for saved members
author bsw
date Wed Jun 27 00:29:13 2012 +0200 (2012-06-27)
parents 7567db9ef18e
children 21ae6ff8629a
files app/main/member/_show_thumb.lua
line diff
     1.1 --- a/app/main/member/_show_thumb.lua	Wed Jun 27 00:28:59 2012 +0200
     1.2 +++ b/app/main/member/_show_thumb.lua	Wed Jun 27 00:29:13 2012 +0200
     1.3 @@ -138,19 +138,6 @@
     1.4            }
     1.5          end
     1.6  
     1.7 -        -- TODO performance
     1.8 -        if app.session.member_id then
     1.9 -          local contact = Contact:by_pk(app.session.member.id, member.id)
    1.10 -          if contact then
    1.11 -            ui.image{
    1.12 -              attr = { 
    1.13 -                alt   = _"You have saved this member as contact",
    1.14 -                title = _"You have saved this member as contact"
    1.15 -              },
    1.16 -              static = "icons/16/bullet_disk.png"
    1.17 -            }
    1.18 -          end
    1.19 -        end
    1.20        end
    1.21      }
    1.22  

Impressum / About Us