* 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user