[Kolab-devel] [issue2596] Kolab's login page title is not bookmark friendly

Richard Bos kolab-issues at intevation.de
Fri Apr 4 21:49:48 CEST 2008


New submission from Richard Bos <ml at radoeka.nl>:

Kolab's login page title is not bookmark friendly.  When this page is
bookmarked it states "Login".  That's all...  I think that it should
save something alone the line "Kolab", or "Kolab login".

A possible fix could be:
diff -u -r1.3 auth.class.php.in
--- ./php/admin/include/auth.class.php.in       23 Feb 2008 20:19:11 -0000     
1.3
+++ ./php/admin/include/auth.class.php.in       4 Apr 2008 19:45:14 -0000
@@ -121,7 +121,7 @@
                $smarty->assign( 'topdir', $topdir );
                $smarty->assign( 'uid', '' );
                $smarty->assign( 'group', '' );
-               $smarty->assign( 'page_title', _('Login') );
+               $smarty->assign( 'page_title', _('Kolab') );
                $smarty->assign( 'menuitems', array() );
                if( $this->error() ) $smarty->assign( 'errors', array( 
$this->error() ) );
                $smarty->assign( 'maincontent', 'login.tpl' );

(Language translation should be taken into account though)

----------
messages: 14367
nosy: bernhard, martin, rbos, thomas, wilde, wrobel
priority: minor bug
status: unread
title: Kolab's login page title is not bookmark friendly
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue2596>
___________________________________________________




More information about the devel mailing list