liquid_feedback_frontend

changeset 399:fbd6d5d2a18e

Removed tab setting from display setting due to removal of feature
author bsw
date Wed Mar 07 17:20:02 2012 +0100 (2012-03-07)
parents 714944bda6a0
children 08a6b6e9de84
files app/main/member/settings_display.lua
line diff
     1.1 --- a/app/main/member/settings_display.lua	Wed Mar 07 13:52:43 2012 +0100
     1.2 +++ b/app/main/member/settings_display.lua	Wed Mar 07 17:20:02 2012 +0100
     1.3 @@ -27,19 +27,6 @@
     1.4    },
     1.5    content = function()
     1.6      ui.field.select{
     1.7 -      label = _"Type of tabs",
     1.8 -      foreign_records = {
     1.9 -        { id = "tabs",                     name = _"Tabs" },
    1.10 -        { id = "accordeon",                name = _"Accordion (none expanded)" .. " === " .. _"EXPERIMENTAL FEATURE" .. " ===" },
    1.11 -        { id = "accordeon_first_expanded", name = _"Accordion (first expanded)" .. " === " .. _"EXPERIMENTAL FEATURE" .. " ===" },
    1.12 -        { id = "accordeon_all_expanded",   name = _"Accordion (all expanded)" }
    1.13 -      },
    1.14 -      foreign_id = "id",
    1.15 -      foreign_name = "name",
    1.16 -      name = "tab_mode",
    1.17 -      value = app.session.member:get_setting_value("tab_mode")
    1.18 -    }
    1.19 -    ui.field.select{
    1.20        label = _"Number of initiatives to preview",
    1.21        foreign_records = {
    1.22          { id =  3, name = "3" },

Impressum / About Us