* 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

@@ -44,7 +44,7 @@ else {
* Displays tab links
*/
?>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="tabs">
<tr>
<td width="8">&nbsp;</td>
<?php
@@ -70,7 +70,4 @@ if ($lnk5) {
echo "\n";
?>
</tr>
<tr>
<td colspan="<?php echo ($db_details_links_count_tabs*2+1); ?>" bgcolor="gray" class="topline"><img width="1" height="1" alt="" src="images/spacer.gif" /></td>
</tr>
</table>