phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.portalbox.inc.php, 1.6.4.3


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.portalbox.inc.php, 1.6.4.3
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.portalbox.inc.php

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.portalbox.inc.php
diff -u phpgwapi/inc/class.portalbox.inc.php:1.6.4.2 
phpgwapi/inc/class.portalbox.inc.php:1.6.4.3
--- phpgwapi/inc/class.portalbox.inc.php:1.6.4.2        Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.portalbox.inc.php        Sat Nov  6 15:34:26 2004
@@ -56,18 +56,18 @@
                                $value = $$var;
                        }
                        $this->$var = $value;
-                       // echo $var." = ".$this->$var."<br>\n";
+                       // echo $var." = ".$this->$var."<br />\n";
                }
 
                function getvar($var='')
                {
                        if ($var=='' || !isset($this->$var))
                        {
-                               echo 'Programming Error: 
'.$this->getvar('classname').'->getvar('.$var.')!<br>'."\n";
+                               echo 'Programming Error: 
'.$this->getvar('classname').'->getvar('.$var.')!<br />'."\n";
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }
-                       //echo "Var = ".$var."<br>\n";
-                       //echo $var." = ".$this->$var."<br>\n";
+                       //echo "Var = ".$var."<br />\n";
+                       //echo $var." = ".$this->$var."<br />\n";
                        return $this->$var;
                }
 
@@ -77,7 +77,7 @@
                function portalbox($title='', $primary='', $secondary='', 
$tertiary='')
                {
                        $this->setvar('title',$title);
-                       // echo 'After SetVar Title = 
'.$this->getvar('title')."<br>\n";
+                       // echo 'After SetVar Title = 
'.$this->getvar('title')."<br />\n";
                        $this->setvar('titlebgcolor',$primary);
                        $this->setvar('innerbgcolor',$secondary);
                        $this->setvar('outerbordercolor',$tertiary);




reply via email to

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