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@218: ui.box_row{ class = "head", content = function() ui.box_col{ class = "head", content = _"Member settings" } end } bsw@218: ui.box_row{ content = function() ui.box_col{ content = function() bsw@218: ui.link{ module = "lf2", view = "settings_password", text = _"Change password" } bsw@218: end } end } bsw@218: ui.box_row{ content = function() ui.box_col{ content = function() bsw@218: ui.link{ module = "lf2", view = "settings_name", text = _"Change member or login name" } bsw@218: end } end } bsw@218: ui.box_row{ content = function() ui.box_col{ content = function() bsw@218: ui.link{ module = "lf2", view = "settings_email", text = _"Change notification email address" } bsw@218: end } end } bsw@218: ui.box_row{ content = function() ui.box_col{ content = function() bsw@218: ui.link{ module = "lf2", view = "settings_privacy", text = _"Privacy settings" } bsw@218: end } end } bsw@218: ui.box_row{ content = function() ui.box_col{ content = function() bsw@218: ui.link{ module = "lf2", view = "settings_api", text = _"API settings" } bsw@218: end } end } bsw@218: ui.box_row{ content = function() ui.box_col{ content = function() bsw@218: ui.link{ module = "lf2", view = "settings_", text = _"" } bsw@218: end } end } bsw@217: end }