phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety navbar.inc.php,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety navbar.inc.php,1.30.2.6,1.30.2.7
Date: Sat, 22 Mar 2003 07:07:55 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety
In directory subversions:/tmp/cvs-serv4529/idsociety

Modified Files:
      Tag: Version-0_9_14-branch
        navbar.inc.php 
Log Message:
moved generation and translation of app-title into applications-class

Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/idsociety/Attic/navbar.inc.php,v
retrieving revision 1.30.2.6
retrieving revision 1.30.2.7
diff -C2 -r1.30.2.6 -r1.30.2.7
*** navbar.inc.php      20 Mar 2003 23:54:08 -0000      1.30.2.6
--- navbar.inc.php      22 Mar 2003 12:07:51 -0000      1.30.2.7
***************
*** 58,62 ****
                        {
                                $title = '<img src="' . $app[1]['icon'] . '" 
alt="' . $app[1]['title'] . '" title="'
!                                       . lang($app[1]['title']) . '" 
border="0" name="' . str_replace('-','_',$app[0]) . '">';
                                $img_src_over = $app[1]['icon_hover'];
                                $img_src_out = $app[1]['icon'];
--- 58,62 ----
                        {
                                $title = '<img src="' . $app[1]['icon'] . '" 
alt="' . $app[1]['title'] . '" title="'
!                                       . $app[1]['title'] . '" border="0" 
name="' . str_replace('-','_',$app[0]) . '">';
                                $img_src_over = $app[1]['icon_hover'];
                                $img_src_out = $app[1]['icon'];





reply via email to

[Prev in Thread] Current Thread [Next in Thread]