Fix tab attributes when some specified as parameters.
This commit is contained in:
@@ -26,6 +26,8 @@ $Source$
|
||||
* libraries/common.lib.php3: Highlight tab also when current page is
|
||||
read_dump.php3 and $goto is link of current tab.
|
||||
* tbl_replace.php3: Display message after updating row.
|
||||
* libraries/common.lib.php3: Fix tab attributes when some specified as
|
||||
parameters.
|
||||
|
||||
2003-05-12 Garvin Hicking <me@supergarv.de>
|
||||
* queryframe.php3: Remove left/bottom margin to better fit the link title
|
||||
|
@@ -1689,7 +1689,11 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
|
||||
|
||||
$db_details_links_count_tabs++;
|
||||
if (!empty($attr)) {
|
||||
$attr = ' width="100%" ' . $attr;
|
||||
if ($cfg['LightTabs']) {
|
||||
$attr = ' ' . $attr;
|
||||
} else {
|
||||
$attr = ' style="display:block" ' . $attr;
|
||||
}
|
||||
} else {
|
||||
if ($cfg['LightTabs']) {
|
||||
$attr = ' ';
|
||||
|
Reference in New Issue
Block a user