From 6c409172a2f85a4c1b397d53a55791bc65920673 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 27 Aug 2006 12:36:35 +0000 Subject: [PATCH] patch #1523543, possibility of vertical line between frames --- ChangeLog | 4 ++++ themes/darkblue_orange/layout.inc.php | 8 +------- themes/original/layout.inc.php | 9 ++------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index d378231941..13ffda9508 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-08-27 Marc Delisle + * themes/*/layout.inc.php: patch #1523543, possibility of vertical + solid line between frames, thanks to Juergen Windkiel + 2006-08-26 Marc Delisle * db_operations.php: bug #1544799, undefined variable on db copy * libraries/common.lib.php: bug #1544734, error messages link outdated, diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php index 40ccde60bb..10cfe0d66e 100644 --- a/themes/darkblue_orange/layout.inc.php +++ b/themes/darkblue_orange/layout.inc.php @@ -30,7 +30,7 @@ $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame $GLOBALS['cfg']['MainBackground'] = '#ffffff'; -//$GLOBALS['cfg']['MainBackground'] = 'url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png)'; +//$GLOBALS['cfg']['MainBackground'] = '#ffffff url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; // foreground (text) color of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; @@ -57,12 +57,6 @@ $GLOBALS['cfg']['FontFamily'] = 'Verdana, Arial, Helvetica, sans-serif * fixed width font family, used in textarea */ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; -/** - * font size as a valid css font size value, - * if not set the browser default will be used - * (depending on browser, DTD and system settings) - */ -$GLOBALS['cfg']['FontSize'] = ''; /** * tables diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index a2074973d0..c0f0bc9ce7 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -29,7 +29,8 @@ $GLOBALS['cfg']['MainColor'] = '#000000'; // background for the main frame $GLOBALS['cfg']['MainBackground'] = '#F5F5F5'; -//$GLOBALS['cfg']['MainBackground'] = 'url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png)'; +// for a solid vertical line, uncomment this: +//$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; // foreground (text) color of the pointer in browse mode $GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; @@ -56,12 +57,6 @@ $GLOBALS['cfg']['FontFamily'] = ''; * fixed width font family, used in textarea */ $GLOBALS['cfg']['FontFamilyFixed'] = 'monospace'; -/** - * font size as a valid css font size value, - * if not set the browser default will be used - * (depending on browser, DTD and system settings) - */ -$GLOBALS['cfg']['FontSize'] = ''; /** * tables