liquid_feedback_frontend
diff app/main/membership/_show_box.lua @ 173:ca006681befc
Support added for changed autoreject feature in upcoming core release
| author | bsw |
|---|---|
| date | Sun Oct 31 00:22:39 2010 +0200 (2010-10-31) |
| parents | 00d1004545f1 |
| children | ec86db506312 |
line diff
1.1 --- a/app/main/membership/_show_box.lua Sun Oct 10 19:40:32 2010 +0200 1.2 +++ b/app/main/membership/_show_box.lua Sun Oct 31 00:22:39 2010 +0200 1.3 @@ -16,6 +16,13 @@ 1.4 static = "icons/16/user_green.png" 1.5 } 1.6 slot.put(_"You are member") 1.7 + 1.8 + if membership.autoreject == true then 1.9 + ui.image{ 1.10 + static = "icons/16/thumb_down_red.png" 1.11 + } 1.12 + end 1.13 + 1.14 ui.image{ 1.15 static = "icons/16/dropdown.png" 1.16 }