# HG changeset patch # User bsw # Date 1331137202 -3600 # Node ID fbd6d5d2a18edfb98da2433e9324212e6784174e # Parent 714944bda6a0e0f34491b9c2aad0947cb3246c5f Removed tab setting from display setting due to removal of feature diff -r 714944bda6a0 -r fbd6d5d2a18e app/main/member/settings_display.lua --- a/app/main/member/settings_display.lua Wed Mar 07 13:52:43 2012 +0100 +++ b/app/main/member/settings_display.lua Wed Mar 07 17:20:02 2012 +0100 @@ -27,19 +27,6 @@ }, content = function() ui.field.select{ - label = _"Type of tabs", - foreign_records = { - { id = "tabs", name = _"Tabs" }, - { id = "accordeon", name = _"Accordion (none expanded)" .. " === " .. _"EXPERIMENTAL FEATURE" .. " ===" }, - { id = "accordeon_first_expanded", name = _"Accordion (first expanded)" .. " === " .. _"EXPERIMENTAL FEATURE" .. " ===" }, - { id = "accordeon_all_expanded", name = _"Accordion (all expanded)" } - }, - foreign_id = "id", - foreign_name = "name", - name = "tab_mode", - value = app.session.member:get_setting_value("tab_mode") - } - ui.field.select{ label = _"Number of initiatives to preview", foreign_records = { { id = 3, name = "3" },