From 083dc0d6e9587074ceca6ffecc113fe36c79a1e7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 9 Feb 2002 12:04:34 +0000 Subject: [PATCH] clarification --- config.inc.php3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.inc.php3 b/config.inc.php3 index ede0a1afa..be863fff1 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -177,8 +177,10 @@ $cfgBgcolorOne = '#CCCCCC'; // table data row colour $cfgBgcolorTwo = '#DDDDDD'; // table data row colour, alternate $cfgBrowsePointerColor = '#CCFFCC'; // color of the pointer in browse mode // (blank for no pointer) -$cfgBrowseMarkRow = 0; // if 1, you can click on rows to - // visually mark them +$cfgBrowseMarkRow = 0; // if set to 1, + // and $cfgBrowsePointerColor has a + // value, you can click on rows to + // visually mark them with this color $cfgTextareaCols = 40; // textarea size (columns) in edit mode $cfgTextareaRows = 7; // textarea size (rows) in edit mode $cfgLimitChars = 50; // max field data length in browse mode