openrat-cms

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

commit c225fb6ac08cc69968ed93cfee6091c736a54fd9
parent 8cd41e6393885e6a81dc9b901e5ca98401969fd8
Author: dankert <devnull@localhost>
Date:   Thu, 27 Jul 2006 22:36:19 +0200

Logo anzeigen.

Diffstat:
themes/default/templates/index/projectmenu.tpl.src.php | 8++++++--
themes/default/templates/index/showlogin.tpl.src.php | 13++++++++-----
2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/themes/default/templates/index/projectmenu.tpl.src.php b/themes/default/templates/index/projectmenu.tpl.src.php @@ -1,10 +1,14 @@ page - window title:GLOBAL_PROJECTS name:login width:400 + window title:GLOBAL_PROJECTS name:login width:400 icon:project + row + cell class:logo colspan:2 + logo name:projectmenu + list list:el extract:true row cell - link url:url title:TREE_CHOOSE_PROJECT + link var:url title:TREE_CHOOSE_PROJECT set var:project value:project image type:project text var:name \ No newline at end of file diff --git a/themes/default/templates/index/showlogin.tpl.src.php b/themes/default/templates/index/showlogin.tpl.src.php @@ -1,13 +1,13 @@ page form action:index subaction:login target:_top - window title:GLOBAL_LOGIN name:login width:400 + window title:GLOBAL_LOGIN name:login width:400 icon:user if present:logo row cell colspan:2 if present:logo_url - link url:logo_url target:_top - image url:logo + link config:login/logo_url target:_top + image config:login/logo if empty:logo_url image url:logo @@ -18,7 +18,7 @@ page if true:nologin row - cell class:help colspan:2 + cell class:help colspan:2 text text:LOGIN_NOLOGIN_DESC if true:readonly @@ -33,6 +33,9 @@ page if false:nologin row + cell class:logo colspan:2 + logo name:login + row cell class:fx width:50% text text:USER_USERNAME cell class:fx width:50% @@ -42,7 +45,7 @@ page text text:USER_PASSWORD cell class:fx width:50% password name:login_password default: size:25 - + row cell class:fx width:50% text text:GLOBAL_DATABASE