liquid_feedback_frontend

changeset 746:1da6726198e3

Show login name above password input in registration
author bsw
date Thu Jun 28 22:30:25 2012 +0200 (2012-06-28)
parents 5206168cf570
children f64df01e1d7c
files app/main/index/register.lua
line diff
     1.1 --- a/app/main/index/register.lua	Thu Jun 28 22:28:11 2012 +0200
     1.2 +++ b/app/main/index/register.lua	Thu Jun 28 22:30:25 2012 +0200
     1.3 @@ -190,6 +190,12 @@
     1.4            tag = "p",
     1.5            content = _"Please choose a password and enter it twice. The password is case sensitive."
     1.6          }
     1.7 +        ui.field.text{
     1.8 +          readonly  = true,
     1.9 +          label     = _'Login name',
    1.10 +          name      = 'login',
    1.11 +          value     = member.login
    1.12 +        }
    1.13          ui.field.password{
    1.14            label     = _'Password',
    1.15            name      = 'password1',

Impressum / About Us