liquid_feedback_frontend

diff app/main/interest/_action/update.lua @ 277:bde068b37608

Dropdown boxes except of delegation box removed, optical enhancements and repositioning of elements
author bsw
date Mon Feb 13 00:16:42 2012 +0100 (2012-02-13)
parents ec86db506312
children b77e6a17ca77
line diff
     1.1 --- a/app/main/interest/_action/update.lua	Sun Feb 12 20:03:26 2012 +0100
     1.2 +++ b/app/main/interest/_action/update.lua	Mon Feb 13 00:16:42 2012 +0100
     1.3 @@ -15,9 +15,9 @@
     1.4  if param.get("delete", atom.boolean) then
     1.5    if interest then
     1.6      interest:destroy()
     1.7 -    slot.put_into("notice", _"Interest removed")
     1.8 +    --slot.put_into("notice", _"Interest removed")
     1.9    else
    1.10 -    slot.put_into("notice", _"Interest not existent")
    1.11 +    --slot.put_into("notice", _"Interest not existent")
    1.12    end
    1.13    return
    1.14  end
    1.15 @@ -30,4 +30,4 @@
    1.16  
    1.17  interest:save()
    1.18  
    1.19 -slot.put_into("notice", _"Interest updated")
    1.20 +--slot.put_into("notice", _"Interest updated")

Impressum / About Us