phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/verdilak/navbar.inc.php, 1.27.2.6.


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

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

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/templates/verdilak/navbar.inc.php
diff -u phpgwapi/templates/verdilak/navbar.inc.php:1.27.2.6.2.3 
phpgwapi/templates/verdilak/navbar.inc.php:1.27.2.6.2.4
--- phpgwapi/templates/verdilak/navbar.inc.php:1.27.2.6.2.3     Thu May  1 
07:49:27 2003
+++ phpgwapi/templates/verdilak/navbar.inc.php  Sat Nov  6 15:34:26 2004
@@ -39,9 +39,9 @@
 
                                if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'] != 
'icons')
                                {
-                                       $title .= '<br>' . $app_data['title'];
+                                       $title .= '<br />' . $app_data['title'];
                                }
-                               $applications .= '<br><a href="' . 
$app_data['url'] . '"';
+                               $applications .= '<br /><a href="' . 
$app_data['url'] . '"';
                                if 
(isset($GLOBALS['phpgw_info']['flags']['navbar_target']) &&
                                    
$GLOBALS['phpgw_info']['flags']['navbar_target'])
                                {
@@ -106,7 +106,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').'">';
                }
                else if ($GLOBALS['phpgw_info']['user']['lastpasswd_change'] < 
time() - (86400*30))
@@ -117,7 +117,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]