# HG changeset patch # User bsw # Date 1340915225 -7200 # Node ID 7a452bd3d0df002d7edd9bc34431718933822ddf # Parent b8b205e65c6db7590740c939854f86c5280eb406 Optical enhancements diff -r b8b205e65c6d -r 7a452bd3d0df app/main/index/register.lua --- a/app/main/index/register.lua Thu Jun 28 22:26:26 2012 +0200 +++ b/app/main/index/register.lua Thu Jun 28 22:27:05 2012 +0200 @@ -19,6 +19,7 @@ content = function() if not code then + ui.title(_"Registration (step 1 of 3: Invite code)") ui.actions(function() ui.link{ content = function() @@ -29,6 +30,7 @@ params = { } } + slot.put(" · ") ui.link{ content = function() slot.put(_"Cancel registration") @@ -37,7 +39,6 @@ view = "index" } end) - ui.title(_"Registration (step 1 of 3: Invite code)") ui.field.hidden{ name = "step", value = 1 } ui.tag{ tag = "p", @@ -70,6 +71,7 @@ params = { } } + slot.put(" · ") ui.link{ content = function() slot.put(_"Cancel registration") @@ -138,6 +140,7 @@ step = 1 } } + slot.put(" · ") ui.link{ content = function() slot.put(_"Cancel registration")