liquid_feedback_frontend

changeset 743:7a452bd3d0df

Optical enhancements
author bsw
date Thu Jun 28 22:27:05 2012 +0200 (2012-06-28)
parents b8b205e65c6d
children 782950d33f3d
files app/main/index/register.lua
line diff
     1.1 --- a/app/main/index/register.lua	Thu Jun 28 22:26:26 2012 +0200
     1.2 +++ b/app/main/index/register.lua	Thu Jun 28 22:27:05 2012 +0200
     1.3 @@ -19,6 +19,7 @@
     1.4    content = function()
     1.5  
     1.6      if not code then
     1.7 +      ui.title(_"Registration (step 1 of 3: Invite code)")
     1.8        ui.actions(function()
     1.9          ui.link{
    1.10            content = function()
    1.11 @@ -29,6 +30,7 @@
    1.12            params = {
    1.13            }
    1.14          }
    1.15 +        slot.put(" · ")
    1.16          ui.link{
    1.17            content = function()
    1.18                slot.put(_"Cancel registration")
    1.19 @@ -37,7 +39,6 @@
    1.20            view = "index"
    1.21          }
    1.22        end)
    1.23 -      ui.title(_"Registration (step 1 of 3: Invite code)")
    1.24        ui.field.hidden{ name = "step", value = 1 }
    1.25        ui.tag{
    1.26          tag = "p",
    1.27 @@ -70,6 +71,7 @@
    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 @@ -138,6 +140,7 @@
    1.36                step = 1
    1.37              }
    1.38            }
    1.39 +          slot.put(" · ")
    1.40            ui.link{
    1.41              content = function()
    1.42                  slot.put(_"Cancel registration")

Impressum / About Us