From bd18966b6aca13f37c8221f8cea14b427533d725 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 22 Jun 2004 14:21:53 +0000 Subject: [PATCH] non design-related parameters no longer in colors.inc.php --- themes/darkblue_orange/colors.inc.php | 13 +------------ themes/original/colors.inc.php | 11 ----------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/themes/darkblue_orange/colors.inc.php b/themes/darkblue_orange/colors.inc.php index 72670ae70..b1263e367 100644 --- a/themes/darkblue_orange/colors.inc.php +++ b/themes/darkblue_orange/colors.inc.php @@ -17,20 +17,9 @@ $cfg['BrowsePointerColor'] = '#CCCCFF'; // color of the pointer in browse mo $cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row // by clicking on it) in browse mode // (blank for no marker) -/* rows and columns for inputs */ -$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode - // (this value will be emphasized (*2) for sql - // query textareas and (*1.25) for query window) -$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode -$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR -$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR - /** * SQL Parser Settings */ -$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none) -$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok) -$cfg['SQP']['fmtIndUnit'] = 'px'; // Units for indenting each level (CSS Types - {em,px,pt}) $cfg['SQP']['fmtColor'] = array( // Syntax colouring data 'comment' => '#808000', 'comment_mysql' => '', @@ -54,4 +43,4 @@ $cfg['SQP']['fmtColor'] = array( // Syntax colouring data 'quote_single' => '', 'quote_backtick' => '' ); -?> \ No newline at end of file +?> diff --git a/themes/original/colors.inc.php b/themes/original/colors.inc.php index 12f11245e..d66f76ef5 100644 --- a/themes/original/colors.inc.php +++ b/themes/original/colors.inc.php @@ -17,20 +17,9 @@ $cfg['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mo $cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row // by clicking on it) in browse mode // (blank for no marker) -/* rows and columns for inputs */ -$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode - // (this value will be emphasized (*2) for sql - // query textareas and (*1.25) for query window) -$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode -$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR -$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR - /** * SQL Parser Settings */ -$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none) -$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok) -$cfg['SQP']['fmtIndUnit'] = 'px'; // Units for indenting each level (CSS Types - {em,px,pt}) $cfg['SQP']['fmtColor'] = array( // Syntax colouring data 'comment' => '#808000', 'comment_mysql' => '',