# HG changeset patch # User bsw # Date 1460905353 -7200 # Node ID 0550850aedfd686f019469591ab8ffcc6ceb9053 # Parent ce6113ce6635cc1101b21354901d2ede40b8861d Fixes on notification system diff -r ce6113ce6635 -r 0550850aedfd app/main/member/settings_notification.lua --- a/app/main/member/settings_notification.lua Sun Apr 17 17:01:40 2016 +0200 +++ b/app/main/member/settings_notification.lua Sun Apr 17 17:02:33 2016 +0200 @@ -66,7 +66,7 @@ } end } - ui.container{ content = function() + ui.container{ attr = { style = "margin-left: 2em;" }, content = function() ui.tag{ content = _"Day:" } slot.put(" ") ui.field.select{ @@ -122,6 +122,7 @@ end } end } + slot.put("
") ui.container{ content = function() ui.tag{