liquid_feedback_frontend

diff app/main/index/_sidebar_notifications.lua @ 1248:c0fd12b97d65

Changes on notifications system, newsletter support added
author bsw
date Tue Apr 05 20:40:37 2016 +0200 (2016-04-05)
parents baa99640ad69
children 32cc544d5a5b
line diff
     1.1 --- a/app/main/index/_sidebar_notifications.lua	Wed Jan 27 11:16:26 2016 +0100
     1.2 +++ b/app/main/index/_sidebar_notifications.lua	Tue Apr 05 20:40:37 2016 +0200
     1.3 @@ -7,13 +7,6 @@
     1.4    }
     1.5  end
     1.6  
     1.7 -if app.session.member.notify_level == nil then
     1.8 -  notification_links[#notification_links+1] = {
     1.9 -    module = "member", view = "settings_notification",
    1.10 -    text = _"Select a notification level"
    1.11 -  }
    1.12 -end
    1.13 -
    1.14  if config.check_delegations_interval_soft then
    1.15    local member = Member:new_selector()
    1.16      :add_where({ "id = ?", app.session.member_id })

Impressum / About Us