Index: trunk/admin/reviews.php =================================================================== diff -u -r983 -r1510 --- trunk/admin/reviews.php (.../reviews.php) (revision 983) +++ trunk/admin/reviews.php (.../reviews.php) (revision 1510) @@ -193,7 +193,7 @@ '.admin_language(
- " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath="">
Index: trunk/admin/toolbar.php =================================================================== diff -u -r822 -r1510 --- trunk/admin/toolbar.php (.../toolbar.php) (revision 822) +++ trunk/admin/toolbar.php (.../toolbar.php) (revision 1510) @@ -41,12 +41,12 @@ { $o .= "link."\" onMouseOut=\"".$this->onMouseOut."\""; $o .= " onMouseOver=\"".$this->onMouseOver."\" onClick=\"".$this->onClick."\">\n"; - $o .= "img."\" alt=\"".inp_htmlize(language($this->alt))."\" src=\"".$this->filename."\" width=\"32\" height=\"32\" border=\"0\">"; + $o .= "img."\" title=\"".inp_htmlize(language($this->alt))."\" src=\"".$this->filename."\" width=\"32\" height=\"32\" border=\"0\">"; $o .= "\n"; } else { - $o .= "img."\" alt=\"".inp_htmlize(language($this->alt))."\" src=\"".$this->filename."\" width=\"32\" height=\"32\" border=\"0\""; + $o .= "img."\" title=\"".inp_htmlize(language($this->alt))."\" src=\"".$this->filename."\" width=\"32\" height=\"32\" border=\"0\""; $o .= " onMouseOut=\"".$this->onMouseOut."\""; $o .= " onMouseOver=\"".$this->onMouseOver."\" onClick=\"".$this->onClick."\">"; } @@ -206,7 +206,7 @@ $btn_ids = Array(); $o = ''; - //$o .= ''."\n"; + //$o .= ''."\n"; foreach($this->Items as $t) { $o .= ''; Index: trunk/admin/install.php =================================================================== diff -u -r1214 -r1510 --- trunk/admin/install.php (.../install.php) (revision 1214) +++ trunk/admin/install.php (.../install.php) (revision 1510) @@ -231,14 +231,14 @@ @@ -1906,7 +1906,7 @@
|
'.$t->GetItem().' - - + + - + - - - + + +
In-portalIn-portal  
In-Portal Version : English US


In-Portal Version : English US


"; } @@ -154,11 +154,11 @@ $o = ""; return $o; }//Active Tab @@ -399,7 +399,7 @@
"; $o .= "
-
+
Installation
- + - +
\"\" $caption
\"\"
- + - +
\"\" $caption
\"\"
- \"\" $caption
+  $caption

"; } @@ -410,7 +410,7 @@ Index: trunk/admin/relation_select.php =================================================================== diff -u -r1321 -r1510 --- trunk/admin/relation_select.php (.../relation_select.php) (revision 1321) +++ trunk/admin/relation_select.php (.../relation_select.php) (revision 1510) @@ -269,13 +269,13 @@ @@ -300,7 +300,7 @@ /icon16_search.gif" - alt="" + title="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" @@ -311,7 +311,7 @@ width="22"> + Index: trunk/admin/confirm.php =================================================================== diff -u -r13 -r1510 --- trunk/admin/confirm.php (.../confirm.php) (revision 13) +++ trunk/admin/confirm.php (.../confirm.php) (revision 1510) @@ -13,7 +13,7 @@
-  '.$caption.'
+  '.$caption.'

- " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> + " ImagePath="">
@@ -22,7 +22,7 @@
- . + Confirm Action
Index: trunk/admin/help/install_help.php =================================================================== diff -u -r402 -r1510 --- trunk/admin/help/install_help.php (.../install_help.php) (revision 402) +++ trunk/admin/help/install_help.php (.../install_help.php) (revision 1510) @@ -105,7 +105,7 @@
- Confirm +
Index: trunk/admin/browse/toolbar.php =================================================================== diff -u -r123 -r1510 --- trunk/admin/browse/toolbar.php (.../toolbar.php) (revision 123) +++ trunk/admin/browse/toolbar.php (.../toolbar.php) (revision 1510) @@ -40,7 +40,7 @@ { $o .= "link."\" onMouseOut=\"".$this->onMouseOut."\""; $o .= " onMouseOver=\"".$this->onMouseOver."\" onClick=\"".$this->onClick."\">\n"; - $o .= "img."\" alt=\"".language($this->alt)."\" src=\"".$this->filename."\" width=\"32\" height=\"32\" border=\"0\">"; + $o .= "img."\" title=\"".language($this->alt)."\" src=\"".$this->filename."\" width=\"32\" height=\"32\" border=\"0\">"; $o .= "\n"; } return $o; @@ -144,7 +144,7 @@ global $imagesURL; $o = ""; - $o .= "\n"; + $o .= "\n"; foreach($this->Items as $t) { $o .= ""; Index: trunk/admin/advanced_view.php =================================================================== diff -u -r927 -r1510 --- trunk/admin/advanced_view.php (.../advanced_view.php) (revision 927) +++ trunk/admin/advanced_view.php (.../advanced_view.php) (revision 1510) @@ -193,7 +193,7 @@ '.admin_language( Index: trunk/admin/include/elements.php =================================================================== diff -u -r954 -r1510 --- trunk/admin/include/elements.php (.../elements.php) (revision 954) +++ trunk/admin/include/elements.php (.../elements.php) (revision 1510) @@ -448,7 +448,7 @@ if ($img == 'img:tool:view') $id = "ID=\"viewbutton\""; - print "\"$alt\""; + print ""; }//Print Out Images Index: trunk/admin/login.php =================================================================== diff -u -r898 -r1510 --- trunk/admin/login.php (.../login.php) (revision 898) +++ trunk/admin/login.php (.../login.php) (revision 1510) @@ -77,14 +77,14 @@ @@ -293,13 +293,13 @@
|
".$t->GetItem()."
- " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath="">
- In-portal - In-portal
+ +
Index: trunk/admin/head.php =================================================================== diff -u -r922 -r1510 --- trunk/admin/head.php (.../head.php) (revision 922) +++ trunk/admin/head.php (.../head.php) (revision 1510) @@ -104,21 +104,21 @@ Index: trunk/admin/listview/columnheader.php =================================================================== diff -u -r228 -r1510 --- trunk/admin/listview/columnheader.php (.../columnheader.php) (revision 228) +++ trunk/admin/listview/columnheader.php (.../columnheader.php) (revision 1510) @@ -55,7 +55,7 @@ $o .= "config_field."','".$this->FieldKey."');\" class=\"columntitle_small\">"; $img_src = $adminURL."/images/list_arrow_rt.gif"; } - $o .= "\"\"field."\" src=\"".$img_src."\" border=\"0\" align=\"absmiddle\">"; + $o .= "field."\" src=\"".$img_src."\" border=\"0\" align=\"absmiddle\">"; $o .= $this->label.""; return $o; } Index: trunk/admin/tree/tree.php =================================================================== diff -u -r898 -r1510 --- trunk/admin/tree/tree.php (.../tree.php) (revision 898) +++ trunk/admin/tree/tree.php (.../tree.php) (revision 1510) @@ -136,7 +136,7 @@
- $login_text + $login_text - - + + - + - - + - +
In-portalIn-portal  
+
- + - +
  @@ -159,7 +159,7 @@
Index: trunk/admin/cat_select.php =================================================================== diff -u -r898 -r1510 --- trunk/admin/cat_select.php (.../cat_select.php) (revision 898) +++ trunk/admin/cat_select.php (.../cat_select.php) (revision 1510) @@ -269,14 +269,14 @@
- " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> + " ImagePath="">
-
  /icon16_search.gif" alt="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/icon16_search_f2.gif'" onmouseout="this.src='/icon16_search.gif'" style="cursor:hand" width="22" width="22"><?php echo admin_language(" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/arrow16_f2.gif'" onmouseout="this.src='/arrow16.gif'" style="cursor:hand"> - /icon16_search_reset.gif" alt="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" onmouseover="this.src='/icon16_search_reset_f2.gif'" onmouseout="this.src='/icon16_search_reset.gif'" style="cursor:hand" width="22" width="22">  + /icon16_search.gif" title="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/icon16_search_f2.gif'" onmouseout="this.src='/icon16_search.gif'" style="cursor:hand" width="22" width="22">" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/arrow16_f2.gif'" onmouseout="this.src='/arrow16.gif'" style="cursor:hand"> + /icon16_search_reset.gif" title="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" onmouseover="this.src='/icon16_search_reset_f2.gif'" onmouseout="this.src='/icon16_search_reset.gif'" style="cursor:hand" width="22" width="22"> 
- +
-  Installtion Help
+  Installtion Help

Index: trunk/admin/browse.php =================================================================== diff -u -r1333 -r1510 --- trunk/admin/browse.php (.../browse.php) (revision 1333) +++ trunk/admin/browse.php (.../browse.php) (revision 1510) @@ -244,11 +244,11 @@
- " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> \n"; } ?> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath=""> "> - " ImagePath=""> - " ImagePath=""> + " ImagePath=""> + " ImagePath="">
@@ -290,13 +290,13 @@ -
  /icon16_search.gif" alt="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/icon16_search_f2.gif'" onmouseout="this.src='/icon16_search.gif'" style="cursor:hand" width="22" width="22"> - /icon16_search_reset.gif" alt="" align="absMiddle" onclick="document.all.SearchWord.value = ''; this.action = this.getAttribute('action'); actionHandler(this);" onmouseover="this.src='/icon16_search_reset_f2.gif'" onmouseout="this.src='/icon16_search_reset.gif'" style="cursor:hand" width="22" width="22">  + /icon16_search.gif" title="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/icon16_search_f2.gif'" onmouseout="this.src='/icon16_search.gif'" style="cursor:hand" width="22" width="22"> + /icon16_search_reset.gif" title="" align="absMiddle" onclick="document.all.SearchWord.value = ''; this.action = this.getAttribute('action'); actionHandler(this);" onmouseover="this.src='/icon16_search_reset_f2.gif'" onmouseout="this.src='/icon16_search_reset.gif'" style="cursor:hand" width="22" width="22"> 
- + Index: trunk/admin/browse/toolbar.js =================================================================== diff -u -r767 -r1510 --- trunk/admin/browse/toolbar.js (.../toolbar.js) (revision 767) +++ trunk/admin/browse/toolbar.js (.../toolbar.js) (revision 1510) @@ -86,7 +86,7 @@ preloadImage(getButtonSrc(oIMG, j),oIMG.basepath); oIMG.style.cursor = (oIMG.disabled) ? "default" : "hand"; - oIMG.setAttribute("alt", childNodes[i].getAttribute("alt")); + oIMG.setAttribute("title", childNodes[i].getAttribute("title")); oIMG.onclick = function() {