liquid_feedback_frontend
diff app/main/lf2/settings.lua @ 218:7ea52c710503
Some little changes for next generation frontend
author | bsw |
---|---|
date | Sun Mar 13 16:53:33 2011 +0100 (2011-03-13) |
parents | 73dbc9e2bfd4 |
children |
line diff
1.1 --- a/app/main/lf2/settings.lua Sat Mar 12 19:22:50 2011 +0100 1.2 +++ b/app/main/lf2/settings.lua Sun Mar 13 16:53:33 2011 +0100 1.3 @@ -5,24 +5,23 @@ 1.4 1.5 1.6 ui.box{ content = function() 1.7 - ui.box_row{ content = function() 1.8 - ui.box_col{ content = function() 1.9 - ui.link{ module = "lf2", view = "settings_password", text = _"Change your password" } 1.10 - end } 1.11 - ui.box_col{ content = function() 1.12 - ui.link{ module = "lf2", view = "settings_name", text = _"Member name" } 1.13 - end } 1.14 - ui.box_col{ content = function() 1.15 - ui.link{ module = "lf2", view = "settings_email", text = _"Change your email address" } 1.16 - end } 1.17 - ui.box_col{ content = function() 1.18 - ui.link{ module = "lf2", view = "settings_privacy", text = _"Privacy settings" } 1.19 - end } 1.20 - ui.box_col{ content = function() 1.21 - ui.link{ module = "lf2", view = "settings_api", text = _"API settings" } 1.22 - end } 1.23 - ui.box_col{ content = function() 1.24 - ui.link{ module = "lf2", view = "settings_", text = _"" } 1.25 - end } 1.26 - end } 1.27 + ui.box_row{ class = "head", content = function() ui.box_col{ class = "head", content = _"Member settings" } end } 1.28 + ui.box_row{ content = function() ui.box_col{ content = function() 1.29 + ui.link{ module = "lf2", view = "settings_password", text = _"Change password" } 1.30 + end } end } 1.31 + ui.box_row{ content = function() ui.box_col{ content = function() 1.32 + ui.link{ module = "lf2", view = "settings_name", text = _"Change member or login name" } 1.33 + end } end } 1.34 + ui.box_row{ content = function() ui.box_col{ content = function() 1.35 + ui.link{ module = "lf2", view = "settings_email", text = _"Change notification email address" } 1.36 + end } end } 1.37 + ui.box_row{ content = function() ui.box_col{ content = function() 1.38 + ui.link{ module = "lf2", view = "settings_privacy", text = _"Privacy settings" } 1.39 + end } end } 1.40 + ui.box_row{ content = function() ui.box_col{ content = function() 1.41 + ui.link{ module = "lf2", view = "settings_api", text = _"API settings" } 1.42 + end } end } 1.43 + ui.box_row{ content = function() ui.box_col{ content = function() 1.44 + ui.link{ module = "lf2", view = "settings_", text = _"" } 1.45 + end } end } 1.46 end } 1.47 \ No newline at end of file