liquid_feedback_frontend

changeset 741:6e4392a4ed9b

Fixed hidden actions in registration process
author bsw
date Thu Jun 28 22:24:54 2012 +0200 (2012-06-28)
parents 4a106804aafb
children b8b205e65c6d
files app/main/index/register.lua
line diff
     1.1 --- a/app/main/index/register.lua	Thu Jun 28 22:24:05 2012 +0200
     1.2 +++ b/app/main/index/register.lua	Thu Jun 28 22:24:54 2012 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4        if not member.notify_email and not notify_email or not member.name and not name or not member.login and not login or step == 1 then
     1.5          ui.title(_"Registration (step 2 of 3: Personal information)")
     1.6          ui.field.hidden{ name = "step", value = 2 }
     1.7 -        slot.select("actions", function()
     1.8 +        ui.actions(function()
     1.9            ui.link{
    1.10              content = function()
    1.11                  ui.image{ static = "icons/16/resultset_previous.png" }
    1.12 @@ -99,7 +99,7 @@
    1.13  
    1.14          ui.field.hidden{ name = "step", value = "3" }
    1.15          ui.title(_"Registration (step 3 of 3: Terms of use and password)")
    1.16 -        slot.select("actions", function()
    1.17 +        ui.actions(function()
    1.18            ui.link{
    1.19              content = function()
    1.20                  ui.image{ static = "icons/16/resultset_previous.png" }
    1.21 @@ -183,7 +183,7 @@
    1.22            text = _'Create account'
    1.23          }
    1.24  
    1.25 -        slot.select("actions", function()
    1.26 +        ui.actions(function()
    1.27            ui.link{
    1.28              content = function()
    1.29                  ui.image{ static = "icons/16/cancel.png" }

Impressum / About Us