liquid_feedback_frontend

diff app/main/unit/_list.lua @ 286:c587d8762e62

Registration process updated for Core 2.0, lockable member fields, notification settings
author bsw
date Sat Feb 25 11:51:37 2012 +0100 (2012-02-25)
parents f460555c9896
children 22e4e26717ac
line diff
     1.1 --- a/app/main/unit/_list.lua	Fri Feb 17 15:16:02 2012 +0100
     1.2 +++ b/app/main/unit/_list.lua	Sat Feb 25 11:51:37 2012 +0100
     1.3 @@ -5,6 +5,9 @@
     1.4    columns = {
     1.5      {
     1.6        content = function(unit)
     1.7 +        for i = 1, unit.depth - 1 do
     1.8 +          slot.put("     ")
     1.9 +        end
    1.10          ui.link{ text = unit.name, module = "area", view = "list", params = { unit_id = unit.id } }
    1.11        end 
    1.12      }

Impressum / About Us