f7b21a2f869b468b9a332107839bb2180015f57e tdreszer Fri Jul 30 15:29:48 2010 -0700 Minor tweak to the sideButton toolTip diff --git src/hg/hgTracks/imageV2.c src/hg/hgTracks/imageV2.c index efc4b1c..e812226 100644 --- src/hg/hgTracks/imageV2.c +++ src/hg/hgTracks/imageV2.c @@ -1523,7 +1523,8 @@ char *newLine = " 
"; if (cgiClientBrowser(NULL,NULL,NULL) == btFF) newLine = " - "; // FF does not support newline code! - hPrintf(" TITLE='Click for:%s%s%s(drag to reorder)'", newLine,htmlEncode(slice->title),newLine ); + hPrintf(" TITLE='Click for:%s%s%s(drag to reorder%s)'", newLine,htmlEncode(slice->title), + newLine,(tdbIsCompositeChild(imgTrack->tdb)?" higlighted subtrack":"") ); } else hPrintf(" TITLE='Click for: 
%s'", htmlEncode(slice->title) );