liquid_feedback_frontend

diff app/main/initiative/show_tab.lua @ 272:65a1f7a01e7b

More optical enhancements and repositioning of elements
author bsw
date Wed Feb 08 00:55:17 2012 +0100 (2012-02-08)
parents 0849be391140
children 808269b7f41c
line diff
     1.1 --- a/app/main/initiative/show_tab.lua	Tue Feb 07 22:30:48 2012 +0100
     1.2 +++ b/app/main/initiative/show_tab.lua	Wed Feb 08 00:55:17 2012 +0100
     1.3 @@ -123,27 +123,6 @@
     1.4      }
     1.5    }
     1.6    
     1.7 -  local initiators_members_selector = initiative:get_reference_selector("initiating_members")
     1.8 -    :add_field("initiator.accepted", "accepted")
     1.9 -  
    1.10 -  if not (initiator and initiator.accepted) then
    1.11 -    initiators_members_selector:add_where("initiator.accepted")
    1.12 -  end
    1.13 -  
    1.14 -  local initiator_count = initiators_members_selector:count()
    1.15 -  
    1.16 -  tabs[#tabs+1] = {
    1.17 -    name = "initiators",
    1.18 -    label = _"Initiators" .. " (" .. tostring(initiator_count) .. ")",
    1.19 -    icon = { static = "icons/16/user_edit.png" },
    1.20 -    module = "initiative",
    1.21 -    view = "_initiators",
    1.22 -    params = {
    1.23 -      initiative = initiative,
    1.24 -      initiator = initiator,
    1.25 -      initiators_members_selector = initiators_members_selector
    1.26 -    }
    1.27 -  }
    1.28  end
    1.29  
    1.30  local drafts_count = initiative:get_reference_selector("drafts"):count()

Impressum / About Us