liquid_feedback_frontend

changeset 745:5206168cf570

Removed unneccessary link (the right one)
author bsw
date Thu Jun 28 22:28:11 2012 +0200 (2012-06-28)
parents 782950d33f3d
children 1da6726198e3
files app/main/index/register.lua
line diff
     1.1 --- a/app/main/index/register.lua	Thu Jun 28 22:27:41 2012 +0200
     1.2 +++ b/app/main/index/register.lua	Thu Jun 28 22:28:11 2012 +0200
     1.3 @@ -23,16 +23,6 @@
     1.4        ui.actions(function()
     1.5          ui.link{
     1.6            content = function()
     1.7 -              slot.put(_"One step back")
     1.8 -          end,
     1.9 -          module = "index",
    1.10 -          view = "register",
    1.11 -          params = {
    1.12 -          }
    1.13 -        }
    1.14 -        slot.put(" · ")
    1.15 -        ui.link{
    1.16 -          content = function()
    1.17                slot.put(_"Cancel registration")
    1.18            end,
    1.19            module = "index",
    1.20 @@ -64,6 +54,16 @@
    1.21          ui.actions(function()
    1.22            ui.link{
    1.23              content = function()
    1.24 +                slot.put(_"One step back")
    1.25 +            end,
    1.26 +            module = "index",
    1.27 +            view = "register",
    1.28 +            params = {
    1.29 +            }
    1.30 +          }
    1.31 +          slot.put(" · ")
    1.32 +          ui.link{
    1.33 +            content = function()
    1.34                  slot.put(_"Cancel registration")
    1.35              end,
    1.36              module = "index",

Impressum / About Us