phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.uijsaddressbook.inc.php, 1.1.2.12


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

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

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.uijsaddressbook.inc.php
diff -u phpgwapi/inc/class.uijsaddressbook.inc.php:1.1.2.11 
phpgwapi/inc/class.uijsaddressbook.inc.php:1.1.2.12
--- phpgwapi/inc/class.uijsaddressbook.inc.php:1.1.2.11 Sun Feb 29 19:50:11 2004
+++ phpgwapi/inc/class.uijsaddressbook.inc.php  Sat Nov  6 15:34:26 2004
@@ -246,32 +246,32 @@
                }
                function debug_all()
                {
-                       $debstring=$debstring. "<br>\n<b> All arround 
Values<br>\n";
-                       $debstring=$debstring. "<br>\n\$this->get_order= 
".$this->get_order;
-                       $debstring=$debstring. "<br>\n\$this->hideto = 
".$this->hideto ;
-                       $debstring=$debstring. "<br>\n\$this->hidecc = 
".$this->hidecc ;
-                       $debstring=$debstring. "<br>\n\$this->hidebcc  = 
".$this->hidebcc  ;
-                       $debstring=$debstring. "<br>\n\$this->hideto = 
".$this->hideto ;
-                       $debstring=$debstring. "<br>\n\$this->hidecc = 
".$this->hidecc ;
-                       $debstring=$debstring. "<br>\n\$this->hidebcc  = 
".$this->hidebcc  ;
-                       $debstring=$debstring. "<br>\n\$this->viewmore  = 
".$this->viewmore  ;
-                       $debstring=$debstring. "<br>\n\$this->nameselect  = 
".$this->nameselect  ;
-                       $debstring=$debstring. "<br>\n\$this->cat_id= 
".$this->cat_id;
-                       $debstring=$debstring. "<br>\n\$this->toselectbox= 
".$this->toselectbox;
-                       $debstring=$debstring. "<br>\n\$this->ccselectbox= 
".$this->ccselectbox;
-                       $debstring=$debstring. "<br>\n\$this->bccselectbox= 
".$this->bccselectbox;
-                       $debstring=$debstring. "<br>\n\$this->searchbox= 
".$this->searchbox;
-                       $debstring=$debstring. "<br>\n\$this->querycommand= 
".$this->querycommand;
-                       $debstring=$debstring. "<br>\n\$this->nameselectbox  = 
".$this->nameselectbox  ;
-                       $debstring=$debstring. "<br>\n\$this->order  = 
".$this->order  ;
+                       $debstring=$debstring. "<br />\n<b> All arround 
Values<br />\n";
+                       $debstring=$debstring. "<br />\n\$this->get_order= 
".$this->get_order;
+                       $debstring=$debstring. "<br />\n\$this->hideto = 
".$this->hideto ;
+                       $debstring=$debstring. "<br />\n\$this->hidecc = 
".$this->hidecc ;
+                       $debstring=$debstring. "<br />\n\$this->hidebcc  = 
".$this->hidebcc  ;
+                       $debstring=$debstring. "<br />\n\$this->hideto = 
".$this->hideto ;
+                       $debstring=$debstring. "<br />\n\$this->hidecc = 
".$this->hidecc ;
+                       $debstring=$debstring. "<br />\n\$this->hidebcc  = 
".$this->hidebcc  ;
+                       $debstring=$debstring. "<br />\n\$this->viewmore  = 
".$this->viewmore  ;
+                       $debstring=$debstring. "<br />\n\$this->nameselect  = 
".$this->nameselect  ;
+                       $debstring=$debstring. "<br />\n\$this->cat_id= 
".$this->cat_id;
+                       $debstring=$debstring. "<br />\n\$this->toselectbox= 
".$this->toselectbox;
+                       $debstring=$debstring. "<br />\n\$this->ccselectbox= 
".$this->ccselectbox;
+                       $debstring=$debstring. "<br />\n\$this->bccselectbox= 
".$this->bccselectbox;
+                       $debstring=$debstring. "<br />\n\$this->searchbox= 
".$this->searchbox;
+                       $debstring=$debstring. "<br />\n\$this->querycommand= 
".$this->querycommand;
+                       $debstring=$debstring. "<br />\n\$this->nameselectbox  
= ".$this->nameselectbox  ;
+                       $debstring=$debstring. "<br />\n\$this->order  = 
".$this->order  ;
                        //So we remember the autocomplete's value
-                       $debstring=$debstring. "<br>\n$this->searchautocomplete 
 = ".$this->searchautocomplete  ;
+                       $debstring=$debstring. "<br 
/>\n$this->searchautocomplete  = ".$this->searchautocomplete  ;
                        /*      This is the View More checkbox */
-                       $debstring=$debstring. "<br>\n$this->viewmore = 
".$this->viewmore ;
-                       $debstring=$debstring. "<br>\n$this->start  = 
".$this->start  ;
+                       $debstring=$debstring. "<br />\n$this->viewmore = 
".$this->viewmore ;
+                       $debstring=$debstring. "<br />\n$this->start  = 
".$this->start  ;
                        //The sort field ... NOTUSED ATM
-                       $debstring=$debstring. "<br>\n$this->sort = 
".$this->sort ;
-                       $debstring=$debstring. "<br>\n$this->filter  = 
".$this->filter."</b>"  ;
+                       $debstring=$debstring. "<br />\n$this->sort = 
".$this->sort ;
+                       $debstring=$debstring. "<br />\n$this->filter  = 
".$this->filter."</b>"  ;
                        return $debstring;
 
                }
@@ -531,7 +531,7 @@
                                }
                        }
                        //Get our category id
-                       //print "<br> ".$this->cat_id;
+                       //print "<br /> ".$this->cat_id;
                        //Check if we have to check in the cache
                        if($this->cat_id == -1)
                        {
@@ -679,7 +679,7 @@
                                            'directory_uid' => 
$this->systemfilter,
                                            'in' => $this->inquery
                                );
-                       print "<BR>";
+                       print '<br />';
                        //print_r($contactquery);                   
                                        
                        
@@ -718,7 +718,7 @@
                                {
                                        if($this->nameselect==$id)
                                        {
-                                               
$this->template->set_var('name_option_selected'," selected");
+                                               
$this->template->set_var('name_option_selected',' selected="selected"');
                                        }
                                        else
                                        {
@@ -756,7 +756,7 @@
                                                {
                                                        
if($this->nameselect==$id)
                                                        {
-                                                               
$this->template->set_var('name_option_selected'," selected");
+                                                               
$this->template->set_var('name_option_selected',' selected="selected"');
                                                        }
                                                        else
                                                        {




reply via email to

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