liquid_feedback_frontend

diff app/main/area/show.lua @ 4:80c215dbf076

Version alpha5

Many optical changes and improved usability

Support for different wiki-formatting-engines

Help system
author bsw/jbe
date Thu Dec 10 12:00:00 2009 +0100 (2009-12-10)
parents 5c601807d397
children 00d1004545f1
line diff
     1.1 --- a/app/main/area/show.lua	Mon Nov 30 12:00:00 2009 +0100
     1.2 +++ b/app/main/area/show.lua	Thu Dec 10 12:00:00 2009 +0100
     1.3 @@ -13,15 +13,6 @@
     1.4  slot.select("actions", function()
     1.5    ui.link{
     1.6      content = function()
     1.7 -      ui.image{ static = "icons/16/table_go.png" }
     1.8 -      slot.put(_"Delegate")
     1.9 -    end,
    1.10 -    module = "delegation",
    1.11 -    view = "new",
    1.12 -    params = { area_id = area.id }
    1.13 -  }
    1.14 -  ui.link{
    1.15 -    content = function()
    1.16        ui.image{ static = "icons/16/folder_add.png" }
    1.17        slot.put(_"Create new issue")
    1.18      end,
    1.19 @@ -31,6 +22,8 @@
    1.20    }
    1.21  end)
    1.22  
    1.23 +util.help("area.show")
    1.24 +
    1.25  execute.view{
    1.26    module = "membership",
    1.27    view = "_show_box",

Impressum / About Us