liquid_feedback_frontend

diff app/main/initiative/edit.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 768faea1096d
children
line diff
     1.1 --- a/app/main/initiative/edit.lua	Mon Nov 30 12:00:00 2009 +0100
     1.2 +++ b/app/main/initiative/edit.lua	Thu Dec 10 12:00:00 2009 +0100
     1.3 @@ -2,6 +2,18 @@
     1.4  
     1.5  slot.put_into("title", _"Edit initiative")
     1.6  
     1.7 +slot.select("actions", function()
     1.8 +  ui.link{
     1.9 +    content = function()
    1.10 +        ui.image{ static = "icons/16/cancel.png" }
    1.11 +        slot.put(_"Cancel")
    1.12 +    end,
    1.13 +    module = "initiative",
    1.14 +    view = "show",
    1.15 +    id = initiative.id
    1.16 +  }
    1.17 +end)
    1.18 +
    1.19  ui.form{
    1.20    record = initiative,
    1.21    module = "initiative",

Impressum / About Us