openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit eceb02981c914b4a75834277db55c261d30cd56c
parent 11e89076cb702763c8e41570f3161de82bc58743
Author: dankert <devnull@localhost>
Date:   Sat, 20 Jan 2007 16:13:48 +0100

Eingabefeld umbenannt.

Diffstat:
themes/default/templates/index/password.tpl.src.php | 4++--
themes/default/templates/index/passwordcode.tpl.src.php | 2+-
themes/default/templates/index/register.tpl.src.php | 4++--
themes/default/templates/index/registercode.tpl.src.php | 8++++----
4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/themes/default/templates/index/password.tpl.src.php b/themes/default/templates/index/password.tpl.src.php @@ -9,7 +9,7 @@ page cell width:50% text text:USER_USERNAME cell width:50% - input type:text name:password_name value: size:30 + input type:text name:username value: size:30 row cell class:fx width:50% @@ -21,4 +21,4 @@ page cell colspan:2 class:act button type:ok - focus field:password_name + focus field:username diff --git a/themes/default/templates/index/passwordcode.tpl.src.php b/themes/default/templates/index/passwordcode.tpl.src.php @@ -15,4 +15,4 @@ page cell colspan:2 class:act button type:ok - focus field:password_code + focus field:code diff --git a/themes/default/templates/index/register.tpl.src.php b/themes/default/templates/index/register.tpl.src.php @@ -9,11 +9,11 @@ page cell class:fx width:50% text text:USER_MAIL cell class:fx width:50% - input name:register_mail default: size:25 + input name:mail default: size:25 row cell colspan:2 class:act button type:ok - focus field:register_mail + focus field:mail diff --git a/themes/default/templates/index/registercode.tpl.src.php b/themes/default/templates/index/registercode.tpl.src.php @@ -9,17 +9,17 @@ page cell class:fx width:50% text text:USER_REGISTER_CODE cell class:fx width:50% - input name:register_code default: size:25 + input name:code default: size:25 row cell class:fx width:50% text text:USER_USERNAME cell class:fx width:50% - input type:text name:register_name value: size:25 + input type:text name:username value: size:25 row cell class:fx width:50% text text:USER_PASSWORD cell class:fx width:50% - password name:register_password default: size:25 + password name:password default: size:25 row cell class:fx width:50% text text:GLOBAL_DATABASE @@ -30,4 +30,4 @@ page cell colspan:2 class:act button type:ok - focus field:register_code + focus field:code