liquid_feedback_frontend
diff app/main/index/notification_level.lua @ 558:18e8de7a2b6a
Show notifications on start page as ulli list with links instead of tabs
author | bsw |
---|---|
date | Tue Jun 19 21:20:46 2012 +0200 (2012-06-19) |
parents | app/main/member/_notify_level_not_set.lua@bd6a8bb9f35c |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/index/notification_level.lua Tue Jun 19 21:20:46 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +ui.heading{ level = 2, content = _"Notification level not set yet" } 1.5 + 1.6 +slot.put("<br />") 1.7 + 1.8 +ui.tag{ 1.9 + tag = "div", 1.10 + content = _"You didn't set the level of notifications you like to receive" 1.11 +} 1.12 + 1.13 +slot.put("<br />") 1.14 + 1.15 +ui.link{ 1.16 + text = _"Configure notifications now", 1.17 + module = "member", 1.18 + view = "settings_notification", 1.19 +} 1.20 +slot.put("<br />") 1.21 +slot.put("<br />") 1.22 +