liquid_feedback_frontend

diff app/main/member/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 5c601807d397
children afd9f769c7ae
line diff
     1.1 --- a/app/main/member/edit.lua	Mon Nov 30 12:00:00 2009 +0100
     1.2 +++ b/app/main/member/edit.lua	Thu Dec 10 12:00:00 2009 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -slot.put_into("title", _"Edit my page")
     1.5 +slot.put_into("title", _"Edit my profile")
     1.6  
     1.7  slot.select("actions", function()
     1.8    ui.link{
     1.9 @@ -11,6 +11,8 @@
    1.10    }
    1.11  end)
    1.12  
    1.13 +util.help("member.edit", _"Edit my page")
    1.14 +
    1.15  ui.form{
    1.16    record = app.session.member,
    1.17    attr = { class = "vertical" },

Impressum / About Us