Whole tab is now link.

This commit is contained in:
Michal Čihař
2003-05-10 09:17:22 +00:00
parent d9c8fcb8bd
commit 6390181be7

View File

@@ -1685,7 +1685,9 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
$db_details_links_count_tabs++;
if (!empty($attr)) {
$attr = ' ' . $attr;
$attr = ' width="100%" ' . $attr;
} else {
$attr = ' style="display:block" ';
}
if ($cfg['LightTabs']) {