phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/default/navbar.inc.php, 1.28.2.3.2


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/default/navbar.inc.php, 1.28.2.3.2.4
Date: Sat, 6 Nov 2004 16:34:25 +0100

Update of /phpgwapi/templates/default
Modified Files:
        Branch: Version-0_9_16-branch
          navbar.inc.php

date: 2004/11/06 15:34:25;  author: powerstat;  state: Exp;  lines: +4 -4

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/templates/default/navbar.inc.php
diff -u phpgwapi/templates/default/navbar.inc.php:1.28.2.3.2.3 
phpgwapi/templates/default/navbar.inc.php:1.28.2.3.2.4
--- phpgwapi/templates/default/navbar.inc.php:1.28.2.3.2.3      Thu May  1 
07:49:27 2003
+++ phpgwapi/templates/default/navbar.inc.php   Sat Nov  6 15:34:25 2004
@@ -49,7 +49,7 @@
                                        . $app_data['title'] . '" border="0">';
                                if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'] == 
'icons_and_text')
                                {
-                                       $title .= "<br>" . $app_data['title'];
+                                       $title .= "<br />" . $app_data['title'];
                                        $var['width'] = '7%';
                                }
                                else
@@ -93,7 +93,7 @@
                if ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] == 0)
                {
                        $api_messages = lang('You are required to change your 
password during your first login')
-                               . '<br> Click this image on the navbar: <img 
src="'
+                               . '<br /> Click this image on the navbar: <img 
src="'
                                . 
$GLOBALS['phpgw']->common->image('preferences','navbar.gif').'">';
                }
                elseif ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
@@ -104,7 +104,7 @@
                // This is gonna change
                if (isset($cd))
                {
-                       $var['messages'] = $api_messages . '<br>' . 
checkcode($cd);
+                       $var['messages'] = $api_messages . '<br />' . 
checkcode($cd);
                }
 
                if (isset($GLOBALS['phpgw_info']['flags']['app_header']))




reply via email to

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