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' => '',