liquid_feedback_frontend
diff app/main/member/_notify_level_not_set.lua @ 349:bd6a8bb9f35c
Show warning at homepage if notify_level is not set by member
| author | bsw |
|---|---|
| date | Wed Feb 29 12:00:43 2012 +0100 (2012-02-29) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/app/main/member/_notify_level_not_set.lua Wed Feb 29 12:00:43 2012 +0100 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 +