a9dd8b9c383927df373d50e5917b20c959c662fc
kate
Wed Nov 23 10:49:30 2016 -0800
Link to new GTEX Body Map configuration page from hgc and config page. From QA review. refs #17369
diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c
index 4106bf5..ed9bd46 100644
--- src/hg/hgTracks/config.c
+++ src/hg/hgTracks/config.c
@@ -220,31 +220,32 @@
hPrintf("
",(isOpen ? "" : "style='display: none;'"),
group->name, rowCount++);
hPrintf("");
if (tdbIsSuperTrackChild(tdb))
/* indent members of a supertrack */
hPrintf(" ");
// Print an icon before the title when one is defined
hPrintPennantIcon(tdb);
if (track->hasUi)
hPrintf("",
tdb->parent ? "Part of super track: " : "Configure ",
tdb->parent ? tdb->parent->shortLabel : tdb->shortLabel,
- hgTrackUiName(),cartSessionVarName(), cartSessionId(cart), track->track);
+ hTrackUiForTrack(tdb->track),
+ cartSessionVarName(), cartSessionId(cart), track->track);
hPrintf(" %s", tdb->shortLabel);
if (tdbIsSuper(tdb))
hPrintf("...");
if (track->hasUi)
hPrintf("");
hPrintf(" | ");
if (tdbIsSuperTrackChild(tdb))
/* indent members of a supertrack */
hPrintf(" ");
/* If track is not on this chrom print an informational
message for the user. */
if (tdbIsDownloadsOnly(tdb)) // No vis display for downloadsOnly
hPrintf("Downloads",
hgFileUiName(),cartSessionVarName(), cartSessionId(cart), tdb->track);
|