phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: messenger/inc hook_after_navbar.inc.php,1.4.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: messenger/inc hook_after_navbar.inc.php,1.4.2.1,1.4.2.2 hook_mypage.inc.php,1.3.2.1,1.3.2.2
Date: Sun, 02 Mar 2003 17:43:04 -0500

Update of /cvsroot/phpgroupware/messenger/inc
In directory subversions:/tmp/cvs-serv22492/messenger/inc

Modified Files:
      Tag: Version-0_9_14-branch
        hook_after_navbar.inc.php hook_mypage.inc.php 
Log Message:
CHaned all x's into %'s in lang calls and lang files.


Index: hook_after_navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/messenger/inc/hook_after_navbar.inc.php,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** hook_after_navbar.inc.php   6 Feb 2003 22:15:06 -0000       1.4.2.1
--- hook_after_navbar.inc.php   2 Mar 2003 22:43:02 -0000       1.4.2.2
***************
*** 25,29 ****
                {
                        echo '<center><a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=messenger.uimessenger.inbox')
!                               . '">' . lang('You have x new message' . 
($GLOBALS['phpgw']->db->f(0)>1?'s':''),$GLOBALS['phpgw']->db->f(0)) . '</a>'
                                . '</center>';
                }
--- 25,29 ----
                {
                        echo '<center><a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=messenger.uimessenger.inbox')
!                               . '">' . lang('You have %1 new message' . 
($GLOBALS['phpgw']->db->f(0)>1?'s':''),$GLOBALS['phpgw']->db->f(0)) . '</a>'
                                . '</center>';
                }

Index: hook_mypage.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/messenger/inc/hook_mypage.inc.php,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** hook_mypage.inc.php 6 Feb 2003 22:15:06 -0000       1.3.2.1
--- hook_mypage.inc.php 2 Mar 2003 22:43:02 -0000       1.3.2.2
***************
*** 26,30 ****
                if ($GLOBALS['phpgw']->db->f(0))
                {
!                       $hooks_string['messenger'] = '<p><b><font 
size="-1">Messenger</font></b><ul><font size="-1"><li>' . lang('You have x new 
message' . ($GLOBALS['phpgw']->db->f(0)>1?'s':'') . ' in your 
inbox!',$GLOBALS['phpgw']->db->f(0))
                                . '<br>[<a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=messenger.uimessenger.inbox')
                                . '">View Messages</a> | <a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=messenger.uimessenger.compose')
--- 26,30 ----
                if ($GLOBALS['phpgw']->db->f(0))
                {
!                       $hooks_string['messenger'] = '<p><b><font 
size="-1">Messenger</font></b><ul><font size="-1"><li>' . lang('You have %1 new 
message' . ($GLOBALS['phpgw']->db->f(0)>1?'s':'') . ' in your 
inbox!',$GLOBALS['phpgw']->db->f(0))
                                . '<br>[<a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=messenger.uimessenger.inbox')
                                . '">View Messages</a> | <a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=messenger.uimessenger.compose')





reply via email to

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