From: Fred Drake Date: Fri, 12 Feb 1999 19:00:38 +0000 (+0000) Subject: Moved the navigation-bar background color to a variable. X-Git-Tag: v1.5.2b2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9ed71e95872dd9c43e63488e80074702d33975;p=python Moved the navigation-bar background color to a variable. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 43d5e1a18e..180874ee25 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -109,13 +109,14 @@ $icons{'blank'} = 'blank.' . $IMAGE_TYPE; $CUSTOM_BUTTONS = ''; $BLANK_ICON = "\n" . img_tag('blank.' . $IMAGE_TYPE) . ""; +$NAV_BGCOLOR = " bgcolor=\"#99CCFF\""; sub make_nav_panel{ ("\n" . "\n" . "\n" . "\n" - . "\n" . ($CONTENTS ? "\n" : $BLANK_ICON) . "\n" # module index
$NEXT$UP$PREVIOUS" + . "\n" . "\n $t_title$CONTENTS$CUSTOM_BUTTONS