XHTML fixes.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user