The branch, master has been updated via 775abf73929ba56c36d84d670839dd358cda1abc (commit) via 51da49153d910858ee20d6ef20d7f1ee7d4b9e97 (commit) from c484d10caa5f725fa5bcac3ba4261ee034a5a376 (commit)
- Log ----------------------------------------------------------------- commit 775abf73929ba56c36d84d670839dd358cda1abc Author: Michal Čihař mcihar@novell.com Date: Wed Feb 2 13:14:01 2011 +0100
No longer used variable.
As the database name from the navigation frame was dropped, this is useless.
commit 51da49153d910858ee20d6ef20d7f1ee7d4b9e97 Author: Michal Čihař mcihar@novell.com Date: Wed Feb 2 13:13:21 2011 +0100
No longer used CSS
-----------------------------------------------------------------------
Summary of changes: Documentation.html | 5 ----- themes/darkblue_orange/layout.inc.php | 3 --- themes/original/css/theme_left.css.php | 5 ----- themes/original/layout.inc.php | 2 -- 4 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/Documentation.html b/Documentation.html index ca12d95..c8d1fc6 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1803,11 +1803,6 @@ $cfg['TrustedProxies'] = <dd>The style used for the pointer in the navi frame. See <tt>themes/themename/layout.inc.php</tt>.</dd>
- <dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [CSS color]<br /> - </dt> - <dd>The color used for the database name in the navi frame. - See <tt>themes/themename/layout.inc.php</tt>.</dd> - <dt id="cfg_LeftPointerEnable">$cfg['LeftPointerEnable'] boolean</dt> <dd>A value of <tt>TRUE</tt> activates the navi pointer (when LeftFrameLight is <tt>FALSE</tt>).</dd> diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php index 617ee96..6c389f1 100644 --- a/themes/darkblue_orange/layout.inc.php +++ b/themes/darkblue_orange/layout.inc.php @@ -31,9 +31,6 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#000000'; // background of the pointer in navi frame $GLOBALS['cfg']['NaviPointerBackground'] = '#9999cc';
-// text color of the selected database name (when showing the table list) -$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#ff9900'; - /** * main frame */ diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index ef0f53c..6bfd715 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -75,11 +75,6 @@ button { margin-left: 0.3em; }
-.navi_dbName { - font-weight: bold; - color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>; -} - /******************************************************************************/ /* specific elements */
diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index 604982a..73bd7b7 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -24,8 +24,6 @@ $GLOBALS['cfg']['NaviBackground'] = '#D0DCE0'; $GLOBALS['cfg']['NaviPointerColor'] = '#000000'; // background of the pointer in navi frame $GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC'; -// text color of the selected database name (when showing the table list) -$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF';
/** * main frame
hooks/post-receive