liquid_feedback_frontend

changeset 591:ce8cba9d88bb

No need to show an admin icon im member thumbnail
author bsw
date Fri Jun 22 16:31:07 2012 +0200 (2012-06-22)
parents ae7649ddccf4
children d22125d054aa
files app/main/member/_show_thumb.lua
line diff
     1.1 --- a/app/main/member/_show_thumb.lua	Thu Jun 21 17:22:25 2012 +0200
     1.2 +++ b/app/main/member/_show_thumb.lua	Fri Jun 22 16:31:07 2012 +0200
     1.3 @@ -138,16 +138,6 @@
     1.4            }
     1.5          end
     1.6  
     1.7 -        if member.admin then
     1.8 -          ui.image{
     1.9 -            attr = { 
    1.10 -              alt   = _"Member is administrator",
    1.11 -              title = _"Member is administrator"
    1.12 -            },
    1.13 -            static = "icons/16/cog.png"
    1.14 -          }
    1.15 -        end
    1.16 -
    1.17          -- TODO performance
    1.18          if app.session.member_id then
    1.19            local contact = Contact:by_pk(app.session.member.id, member.id)

Impressum / About Us