liquid_feedback_frontend
diff app/main/member/settings.lua @ 564:418b590fa9ed
Optical enhancements, cleanup
| author | bsw |
|---|---|
| date | Tue Jun 19 22:44:18 2012 +0200 (2012-06-19) |
| parents | 528409b5d49f |
| children | 2d2cd7c79372 |
line diff
1.1 --- a/app/main/member/settings.lua Tue Jun 19 22:39:57 2012 +0200 1.2 +++ b/app/main/member/settings.lua Tue Jun 19 22:44:18 2012 +0200 1.3 @@ -1,15 +1,4 @@ 1.4 -slot.put_into("title", _"Settings") 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 = "index", 1.13 - view = "index" 1.14 - } 1.15 -end) 1.16 +ui.title(_"Settings") 1.17 1.18 local pages = {} 1.19