e2512af39b614b00d3f78f3336ed30c2c666003c
max
Tue Feb 4 03:18:24 2020 -0800
trackUi composite changes suggested by Kate, refs #24664
diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c
index 3016ccf..a4b7829 100644
--- src/hg/hgTrackUi/hgTrackUi.c
+++ src/hg/hgTrackUi/hgTrackUi.c
@@ -3196,33 +3196,34 @@
printf("%s%s\n", strlen(tdb->longLabel) > 30 ? 133 : 200,
tdb->longLabel, tdbIsSuper(tdb) ? " Tracks" : "");
}
/* Print link for parent track */
if (!ajax)
{
if (tdb->parent)
{
char *encodedMapName = cgiEncode(tdb->parent->track);
printf(" "
"("
"%s)",
hgTrackUiName(), cartSessionVarName(), cartSessionId(cart),
chromosome, encodedMapName, tdb->parent->shortLabel);
- printf("
This track is part of a parent called '%s'. To show other tracks of this parent, " - "go to the " - "%s configuration page.", + printf("
This track is part of a parent called %s. To show other tracks of this parent, "
+ "please go to the"
+ ""
+ "%s configuration page.",
tdb->parent->shortLabel, hgTrackUiName(), cartSessionVarName(), cartSessionId(cart),
chromosome, encodedMapName, tdb->parent->shortLabel);
freeMem(encodedMapName);
}
else
{
struct grp *grp, *grps = hLoadGrps(database);
for (grp = grps; grp != NULL; grp = grp->next)
{
if (sameString(grp->name,tdb->grp))
{
printf(" "
"(All %s%s)",