From 4e00051a1053687979c43fc82af6e67387c43a3d Mon Sep 17 00:00:00 2001 From: William MARTIN Date: Wed, 23 Feb 2011 13:31:45 +0100 Subject: [PATCH] Login form enhancement --- src/IDF/templates/idf/login_form.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/src/IDF/templates/idf/login_form.html b/src/IDF/templates/idf/login_form.html index 624d613..9377d45 100644 --- a/src/IDF/templates/idf/login_form.html +++ b/src/IDF/templates/idf/login_form.html @@ -1,18 +1,22 @@ {extends "idf/base-simple.html"} -{block docclass}yui-t1{/block} +{block docclass}yui-t2{/block} {block body}
{if $error}

{$error}

{/if} -

{trans 'What is your login?'}

-

- -

{trans 'Do you have a password?'}

-

- -

,

+

{trans 'What is your account information?'}

+ + + + + + + +
{trans 'My login is'} +
{trans 'My password is'} +

| {trans 'I lost my password!'} @@ -22,3 +26,10 @@ document.getElementById('id_login').focus() {/block} +{block context} +

+

{trans 'Welcome.'}

+

{trans 'If you don\'t have an account yet, you can create one'} {trans 'here'}

+

{trans 'It takes less than a minute to create your account'}

+
+{/block}