bsw@217: slot.set_layout("lf2") bsw@217: bsw@217: slot.put_into("leftright_pre", '') bsw@217: bsw@217: bsw@217: ui.box{ content = function() bsw@217: ui.box_row{ content = function() bsw@217: ui.box_col{ content = function() bsw@217: ui.link{ module = "lf2", view = "settings_password", text = _"Change your password" } bsw@217: end } bsw@217: ui.box_col{ content = function() bsw@217: ui.link{ module = "lf2", view = "settings_name", text = _"Member name" } bsw@217: end } bsw@217: ui.box_col{ content = function() bsw@217: ui.link{ module = "lf2", view = "settings_email", text = _"Change your email address" } bsw@217: end } bsw@217: ui.box_col{ content = function() bsw@217: ui.link{ module = "lf2", view = "settings_privacy", text = _"Privacy settings" } bsw@217: end } bsw@217: ui.box_col{ content = function() bsw@217: ui.link{ module = "lf2", view = "settings_api", text = _"API settings" } bsw@217: end } bsw@217: ui.box_col{ content = function() bsw@217: ui.link{ module = "lf2", view = "settings_", text = _"" } bsw@217: end } bsw@217: end } bsw@217: end }