* db_details_links.php3, header.inc.php3,

tbl_properties_links.php3, libraries/common.lib.php3
        - Neater tab code by Michal Cihar (Patch #571837)
This commit is contained in:
Robin Johnson
2002-06-21 21:13:30 +00:00
parent ca1b14b12a
commit 0448a2913e
5 changed files with 25 additions and 10 deletions

View File

@@ -1347,7 +1347,7 @@ if (typeof(document.getElementById) != 'undefined'
$bgcolor = (basename($PHP_SELF) == $link) ? "silver" : "#DFDFDF";
$db_details_links_count_tabs++;
$out = "\n\t\t<td bgcolor=\"$bgcolor\" align=\"center\" width=\"64\" nowrap=\"nowrap\">";
$out = "\n\t\t<td bgcolor=\"$bgcolor\" align=\"center\" width=\"64\" nowrap=\"nowrap\" class=\"tab\">";
if (strlen($link)>0)
$out .= "<a href=\"$link?$args\" $attr><b>$text</b></a>";
else