phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/class.html_widgets.inc.php, 1.3.2.7


From: nomail
Subject: [Phpgroupware-cvs] email/inc/class.html_widgets.inc.php, 1.3.2.7
Date: Sat, 6 Nov 2004 17:13:44 +0100

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

date: 2004/11/06 16:13:44;  author: powerstat;  state: Exp;  lines: +9 -9

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/class.html_widgets.inc.php
diff -u email/inc/class.html_widgets.inc.php:1.3.2.6 
email/inc/class.html_widgets.inc.php:1.3.2.7
--- email/inc/class.html_widgets.inc.php:1.3.2.6        Wed Mar 31 15:46:43 2004
+++ email/inc/class.html_widgets.inc.php        Sat Nov  6 16:13:44 2004
@@ -137,7 +137,7 @@
                
\**************************************************************************/
                function html_widgets()
                {
-                       if ($this->debug_init > 0) { echo 'ENTER: 
email.html_widgets.CONSTRUCTOR'.'<br>'."\r\n"; }
+                       if ($this->debug_init > 0) { echo 'ENTER: 
email.html_widgets.CONSTRUCTOR'.'<br />'."\r\n"; }
                        /*!
                        @class requires including spell_struct header file
                        @discussion  class html_widgets needs the special 
C-Style Include .h like file, 
@@ -153,7 +153,7 @@
                        
//require_once(PHPGW_INCLUDE_ROOT.'/'.$GLOBALS['phpgw_info']['flags']['currentapp'].'/inc/class.'.$required_class.'.inc.php');
                        
require_once(PHPGW_INCLUDE_ROOT.'/'.$this->my_currentapp.'/inc/class.'.$required_class.'.inc.php');
                        
-                       if ($this->debug_init > 0) { echo 'EXIT: 
email.html_widgets.CONSTRUCTOR'.'<br>'."\r\n"; }
+                       if ($this->debug_init > 0) { echo 'EXIT: 
email.html_widgets.CONSTRUCTOR'.'<br />'."\r\n"; }
                        return;
                }
                
@@ -1426,7 +1426,7 @@
                        $debug_mega_listbox = 0;
                        //$debug_mega_listbox = 3;
                        
-                       if ($debug_mega_listbox > 0) { echo 
'folders_mega_listbox('.__LINE__.'): ENTERING<br>'; }
+                       if ($debug_mega_listbox > 0) { echo 
'folders_mega_listbox('.__LINE__.'): ENTERING<br />'; }
                        
                        $this->new_combobox();
                        $this->set_cbox_name($this->F_megalist_widget_name);
@@ -1452,12 +1452,12 @@
                                if ($this_status != 'enabled')
                                {
                                        // Do Nothing, This account is not in 
use
-                                       if ($debug_mega_listbox > 1) { echo 
'folders_mega_listbox('.__LINE__.'): $this_acctnum ['.$this_acctnum.'] is not 
in use, so skip folderlist<br>'; }
+                                       if ($debug_mega_listbox > 1) { echo 
'folders_mega_listbox('.__LINE__.'): $this_acctnum ['.$this_acctnum.'] is not 
in use, so skip folderlist<br />'; }
                                }
                                else
                                {
                                        $folder_list = 
$GLOBALS['phpgw']->msg->get_arg_value('folder_list', $this_acctnum);
-                                       if ($debug_mega_listbox > 1) { echo 
'folders_mega_listbox('.__LINE__.'): $this_acctnum ['.$this_acctnum.'] IS 
enabled, got folder list<br>'; }
+                                       if ($debug_mega_listbox > 1) { echo 
'folders_mega_listbox('.__LINE__.'): $this_acctnum ['.$this_acctnum.'] IS 
enabled, got folder list<br />'; }
                                        if ($debug_mega_listbox > 2) { echo 
'folders_mega_listbox('.__LINE__.'): $folder_list for $this_acctnum 
['.$this_acctnum.'] DUMP<pre>'; print_r($folder_list); echo '</pre>'; }
                                        
                                        // iterate thru the folder list for 
this acctnum
@@ -1475,7 +1475,7 @@
                                                && ($folder_acctnum == 
$this->F_megalist_skip_fldball['acctnum']))
                                                {
                                                        // Do Nothing, this 
folder should not be included
-                                                       if ($debug_mega_listbox 
> 1) { echo 'folders_mega_listbox('.__LINE__.'): skipping 
$this->F_megalist_skip_fldball 
['.htmlspecialchars(serialize($this->F_megalist_skip_fldball)).'] has been 
matched<br>'; } 
+                                                       if ($debug_mega_listbox 
> 1) { echo 'folders_mega_listbox('.__LINE__.'): skipping 
$this->F_megalist_skip_fldball 
['.htmlspecialchars(serialize($this->F_megalist_skip_fldball)).'] has been 
matched<br />'; } 
                                                }
                                                else
                                                {
@@ -1519,7 +1519,7 @@
                                        }
                                }
                        }
-                       if ($debug_mega_listbox > 0) { echo 
'folders_mega_listbox('.__LINE__.'): LEAVING<br>'; }
+                       if ($debug_mega_listbox > 0) { echo 
'folders_mega_listbox('.__LINE__.'): LEAVING<br />'; }
                        return $this->get_combobox();
                }
                
@@ -1893,7 +1893,7 @@
                        }
                        
                        $geek_bar = 
-                       '<br>
+                       '<br />
                        <table border="0" cellpadding="4" cellspacing="0" 
width="100%" align="center">
                        <tr bgcolor="'.$row_on.'" class="row_on">
                                <td width="100%" align="left">'."\r\n"




reply via email to

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