openrat-cms

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

commit eb7b8b6da04dbf1156e3cfe17f1ca74ca1780613
parent cad98d205667cfbbe25d0cae94ba5bc289faea49
Author: dankert <devnull@localhost>
Date:   Mon, 27 Dec 2010 23:36:46 +0100

Umbenannt: IndexAction -> LoginAction.

Diffstat:
themes/default/templates/login/login.tpl.src.php | 10+++++-----
themes/default/templates/title/show.tpl.src.php | 2+-
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/default/templates/login/login.tpl.src.php b/themes/default/templates/login/login.tpl.src.php @@ -1,5 +1,5 @@ page - form action:index subaction:login target:_top + form action:login subaction:login target:_top window title:GLOBAL_LOGIN name:login width:400px icon:user if present:config:login/logo/file @@ -70,10 +70,10 @@ page row cell cell - link class:action action:index subaction:password - text key:menu_index_password - link class:action action:index subaction:register - text key:menu_index_register + link class:action action:login subaction:password + text key:menu_login_password + link class:action action:login subaction:register + text key:menu_login_register if true:config:security/openid/enable row diff --git a/themes/default/templates/title/show.tpl.src.php b/themes/default/templates/title/show.tpl.src.php @@ -42,7 +42,7 @@ if present:languagename if present:dbname part class:logout - link title:message:USER_LOGOUT_DESC action:index subaction:logout target:content + link title:message:USER_LOGOUT_DESC action:login subaction:logout target:content image icon:close align:left text key:USER_LOGOUT