# HG changeset patch # User bsw # Date 1330362647 -3600 # Node ID 462ca3002dac2c7c07544817e5172a57cb6dc5cf # Parent 56dc44366c3819c875ac98fd03c4424fd087b8bc Fix profile edit/upload image button in member profile diff -r 56dc44366c38 -r 462ca3002dac app/main/member/_profile.lua --- a/app/main/member/_profile.lua Mon Feb 27 18:06:11 2012 +0100 +++ b/app/main/member/_profile.lua Mon Feb 27 18:10:47 2012 +0100 @@ -13,18 +13,15 @@ if app.session.member and app.session.member_id == member.id then ui.link{ - attr = { class = "actions" }, content = function() - ui.image{ static = "icons/16/application_form.png" } slot.put(_"Edit my profile") end, module = "member", view = "edit" } + slot.put(" ") ui.link{ - attr = { class = "actions" }, content = function() - ui.image{ static = "icons/16/user_gray.png" } slot.put(_"Upload images") end, module = "member",