openrat-cms

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

commit 969ac91e4090ca89cf098d2cfccfa41a43be398c
parent aa6f5e0b2f067a62df817466da99f8c96b81877a
Author: dankert <devnull@localhost>
Date:   Wed, 20 Oct 2010 00:10:00 +0200

Schönere Anzeige von Sprache und Variante.

Diffstat:
themes/default/templates/title/show.tpl.src.php | 25+++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/themes/default/templates/title/show.tpl.src.php b/themes/default/templates/title/show.tpl.src.php @@ -3,7 +3,7 @@ page class:title table padding:5 space:0 width:100% row // Datenbank anzeigen - cell class:title width:30% + cell class:title width:20% image icon:database align:left text title:message:database var:dbname maxlength:25 text raw:_-_ @@ -11,27 +11,32 @@ page class:title // Titel anzeigen - cell class:title width:40% style::text-align:center; + cell class:title width:20% if present:projectname + image icon:project align:left text title:message:project var:projectname maxlength:20 + + cell class:title width:10% + image icon:model align:left if present:modelname - text raw:_( text title:message:model var:modelname maxlength:20 - text raw:, - text title:message:language var:languagename maxlength:20 - text raw:) + + cell class:title width:25% + if present:languagename + image icon:language align:left + text title:message:language var:languagename maxlength:20 // Benutzer-Funktionen - cell class:title width:20% style::text-align:right; + cell class:title width:15% link title:message:USER_PROFILE_DESC url:var:profile_url target:cms_main_main - image icon:user align:right + image icon:user align:left text var:userfullname maxlength:20 - cell class:title width:10% style::text-align:right; + cell class:title width:10% link title:message:USER_LOGOUT_DESC url:var:logout_url target:_top - image icon:close align:right + image icon:close align:left text key:USER_LOGOUT \ No newline at end of file