liquid_feedback_frontend

diff app/main/member/_profile.lua @ 525:63d6549cc00b

Delegation chain preview improved, better visualisation of current context, code cleanup
author bsw
date Fri May 18 19:07:07 2012 +0200 (2012-05-18)
parents 84da607d8f19
children 3e4f6534bb15
line diff
     1.1 --- a/app/main/member/_profile.lua	Tue Apr 17 00:07:04 2012 +0200
     1.2 +++ b/app/main/member/_profile.lua	Fri May 18 19:07:07 2012 +0200
     1.3 @@ -9,28 +9,6 @@
     1.4    end
     1.5  end
     1.6  
     1.7 ---slot.select("actions", function()
     1.8 -
     1.9 -  if app.session.member and app.session.member_id == member.id then
    1.10 -    ui.link{
    1.11 -      content = function()
    1.12 -          slot.put(_"Edit my profile")
    1.13 -      end,
    1.14 -      module = "member",
    1.15 -      view = "edit"
    1.16 -    }
    1.17 -    slot.put(" ")
    1.18 -    ui.link{
    1.19 -      content = function()
    1.20 -          slot.put(_"Upload images")
    1.21 -      end,
    1.22 -      module = "member",
    1.23 -      view = "edit_images"
    1.24 -    }
    1.25 -    slot.put("<br /><br />")
    1.26 -  end
    1.27 ---end)
    1.28 -
    1.29  ui.form{
    1.30    attr = { class = "box member vertical" },
    1.31    record = member,

Impressum / About Us