liquid_feedback_frontend
diff app/main/index/_action/login.lua @ 1045:701a5cf6b067
Imported LiquidFeedback Frontend 3.0 branch
| author | bsw |
|---|---|
| date | Thu Jul 10 01:19:48 2014 +0200 (2014-07-10) |
| parents | 77873f08d94f |
| children | 58f48a8a202a |
line diff
1.1 --- a/app/main/index/_action/login.lua Thu Jul 10 01:02:43 2014 +0200 1.2 +++ b/app/main/index/_action/login.lua Thu Jul 10 01:19:48 2014 +0200 1.3 @@ -90,6 +90,18 @@ 1.4 if config.etherpad then 1.5 do_etherpad_auth(member) 1.6 end 1.7 + slot.select("script", function() 1.8 + ui.script{ script = [[ 1.9 + $('#swiper_info').addClass('active'); 1.10 + ]] } 1.11 + end) 1.12 + slot.select("swiper_info", function() 1.13 + ui.tag { content = _"select tabs" } 1.14 + slot.put(" ↑ ") 1.15 + ui.tag { content = _"or swipe" } 1.16 + slot.put(" ←<br />") 1.17 + ui.tag { content = _"to show more info and learn what you can do" } 1.18 + end ) 1.19 else 1.20 slot.select("error", function() 1.21 ui.tag{ content = _'Invalid login name or password!' }