openrat-cms

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

commit bfb474cde4adb2e93a7456f9e96c1bb9f7022a3f
parent 4b06872a52c76a46f8614659cf2108e9cd2a54b2
Author: dankert <devnull@localhost>
Date:   Tue, 17 Mar 2009 23:15:06 +0100

Neuer Logout-Knopf

Diffstat:
themes/default/templates/title/show.tpl.src.php | 18++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/themes/default/templates/title/show.tpl.src.php b/themes/default/templates/title/show.tpl.src.php @@ -8,6 +8,7 @@ page class:title text title:message:database var:dbname text raw:_-_ text var:cms_title + // Titel anzeigen cell class:title width:40% style::text-align:center; @@ -21,12 +22,16 @@ page class:title text raw:) // Benutzer-Funktionen - cell class:title width:30% style::text-align:right; + cell class:title width:20% style::text-align:right; - image icon:user align:right - link title:message:USER_LOGOUT_DESC url:var:logout_url target:_top - text key:USER_LOGOUT - text raw:_( link title:message:USER_PROFILE_DESC url:var:profile_url target:cms_main_main + image icon:user align:right text var:userfullname - text raw:) + + cell class:title width:10% style::text-align:right; + + link title:message:USER_LOGOUT_DESC url:var:logout_url target:_top + image icon:close align:right + text key:USER_LOGOUT + + + \ No newline at end of file