liquid_feedback_frontend
diff app/main/member/settings_login.lua @ 564:418b590fa9ed
Optical enhancements, cleanup
| author | bsw |
|---|---|
| date | Tue Jun 19 22:44:18 2012 +0200 (2012-06-19) |
| parents | 733f65c0c0a0 |
| children | 701a5cf6b067 |
line diff
1.1 --- a/app/main/member/settings_login.lua Tue Jun 19 22:39:57 2012 +0200 1.2 +++ b/app/main/member/settings_login.lua Tue Jun 19 22:44:18 2012 +0200 1.3 @@ -1,15 +1,4 @@ 1.4 -slot.put_into("title", _"Change your login") 1.5 - 1.6 -slot.select("actions", function() 1.7 - ui.link{ 1.8 - content = function() 1.9 - ui.image{ static = "icons/16/cancel.png" } 1.10 - slot.put(_"Cancel") 1.11 - end, 1.12 - module = "member", 1.13 - view = "settings" 1.14 - } 1.15 -end) 1.16 +ui.title(_"Change your login") 1.17 1.18 util.help("member.settings.login", _"Change login") 1.19