phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.nextmatchs.inc.php, 1.43.2.6.2.11


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

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.nextmatchs.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/inc/class.nextmatchs.inc.php
diff -u phpgwapi/inc/class.nextmatchs.inc.php:1.43.2.6.2.10 
phpgwapi/inc/class.nextmatchs.inc.php:1.43.2.6.2.11
--- phpgwapi/inc/class.nextmatchs.inc.php:1.43.2.6.2.10 Thu Feb 26 23:50:37 2004
+++ phpgwapi/inc/class.nextmatchs.inc.php       Sat Nov  6 15:34:26 2004
@@ -521,7 +521,7 @@
                                        {
                                                $qfield = 
$search_obj[$index][0];
                                        }
-                                       $str .= '<option value="' . 
$search_obj[$index][0] . '"' . ($qfield == $search_obj[$index][0]?' 
selected':'') . '>' . lang($search_obj[$index][1]) . '</option>';
+                                       $str .= '<option value="' . 
$search_obj[$index][0] . '"' . ($qfield == $search_obj[$index][0]?' 
selected="selected"':'') . '>' . lang($search_obj[$index][1]) . '</option>';
                                }
                                $str = '<select name="qfield">' . $str . 
'</select>' . "\n";
                        }
@@ -595,7 +595,7 @@
                                        {
                                                $filter = 
$filter_obj[$index][0];
                                        }
-                                       $str .= '         <option value="' . 
$filter_obj[$index][0] . '"'.($filter == $filter_obj[$index][0]?' selected':'') 
. '>' . $filter_obj[$index][1] . '</option>'."\n";
+                                       $str .= '         <option value="' . 
$filter_obj[$index][0] . '"'.($filter == $filter_obj[$index][0]?' 
selected="selected"':'') . '>' . $filter_obj[$index][1] . '</option>'."\n";
                                }
 
                                $str = '        <select name="filter" 
onChange="this.form.submit()">'."\n" . $str . '        </select>';
@@ -655,7 +655,7 @@
                                {
                                        $filter = $filter_obj[$index][0];
                                }
-                               $str .= '         <option value="' . 
$filter_obj[$index][0] . '"'.($filter == $filter_obj[$index][0]?' selected':'') 
. '>' . $filter_obj[$index][1] . '</option>'."\n";
+                               $str .= '         <option value="' . 
$filter_obj[$index][0] . '"'.($filter == $filter_obj[$index][0]?' 
selected="selected"':'') . '>' . $filter_obj[$index][1] . '</option>'."\n";
                        }
 
                        $str = '        <select name="filter" 
onChange="this.form.submit()">'."\n" . $str . '        </select>';
@@ -816,7 +816,7 @@
                /*!
                @function nav_left_right_imap
                @abstract same code as left and right (as of Dec 07, 2001) 
except all combined into one function
-               @param feed_vars : array with these elements: <br>
+               @param feed_vars : array with these elements: <br />
                        start 
                        total 
                        cmd_prefix 




reply via email to

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