liquid_feedback_frontend
diff app/main/lf2/_avatars.lua @ 217:73dbc9e2bfd4
Cummulative patch for enhancements at next generation frontend
author | bsw |
---|---|
date | Sat Mar 12 19:22:50 2011 +0100 (2011-03-12) |
parents | 4f6e6b213fb8 |
children |
line diff
1.1 --- a/app/main/lf2/_avatars.lua Mon Mar 07 12:15:22 2011 +0100 1.2 +++ b/app/main/lf2/_avatars.lua Sat Mar 12 19:22:50 2011 +0100 1.3 @@ -11,9 +11,9 @@ 1.4 end 1.5 local image 1.6 local text 1.7 - if member.scope_in == "global" then 1.8 - image = "lf2/icon_delegation_global.png" 1.9 - text = _"Global delegation" 1.10 + if member.scope_in == "unit" then 1.11 + image = "lf2/icon_delegation_unit.png" 1.12 + text = _"Unit delegation" 1.13 elseif member.scope_in == "area" then 1.14 image = "lf2/icon_delegation_area.png" 1.15 text = _"Area delegation"