XHTML fixes.

This commit is contained in:
Alexander M. Turek
2002-08-08 10:01:47 +00:00
parent 8563b5a963
commit a388bb2532
2 changed files with 4 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ $Source$
* lang/spanish-*.inc.php3: * lang/spanish-*.inc.php3:
- Updates, thanks again to Daniel Hinostroza; - Updates, thanks again to Daniel Hinostroza;
- Reordered strings. - Reordered strings.
* libraries/common.lib.php3: The ID names have been changed.
2002-08-07 Marc Delisle <lem9@users.sourceforge.net> 2002-08-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/afrikaans update, thanks to Andreas Pauley * lang/afrikaans update, thanks to Andreas Pauley

View File

@@ -1075,9 +1075,9 @@ if (typeof(window.parent) != 'undefined'
<!-- <!--
if (typeof(document.getElementById) != 'undefined' if (typeof(document.getElementById) != 'undefined'
&& typeof(window.parent.frames['nav']) != 'undefined' && typeof(window.parent.frames['nav']) != 'undefined'
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>')) != 'undefined' && typeof(window.parent.frames['nav'].document.getElementById('<?php echo 'tbl_' . $md5_tbl; ?>')) != 'undefined'
&& typeof(window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title) == 'string') { && typeof(window.parent.frames['nav'].document.getElementById('<?php echo 'tbl_' . $md5_tbl; ?>').title) == 'string') {
window.parent.frames['nav'].document.getElementById('<?php echo $md5_tbl; ?>').title = '<?php echo PMA_jsFormat($tooltip, FALSE); ?>'; window.parent.frames['nav'].document.getElementById('<?php echo 'tbl_' . $md5_tbl; ?>').title = '<?php echo PMA_jsFormat($tooltip, FALSE); ?>';
} }
//--> //-->
</script> </script>