209345a2fed48b1cc3a8dac176ee3ea64f74e7b5 tdreszer Mon Aug 9 13:39:44 2010 -0700 Adding Nav links to composites with matrix diff --git src/hg/lib/hui.c src/hg/lib/hui.c index 7c449a3..682913c 100644 --- src/hg/lib/hui.c +++ src/hg/lib/hui.c @@ -70,7 +70,6 @@ return makeNamedDownloadsLink(database, tdb,"Downloads"); } -#ifdef BIG_UI_NAV_LINKS void makeTopLink(struct trackDb *tdb) /* Link to top of UI page */ { @@ -84,7 +83,6 @@ printf("\n",upArrow); } } -#endif///def BIG_UI_NAV_LINKS boolean makeSchemaLink(char *db,struct trackDb *tdb,char *label) // Make a table schema link (if appropriate and then returns TRUE) @@ -3665,11 +3663,9 @@ boolean preSorted = FALSE; boolean useDragAndDrop = sameOk("subTracks",trackDbSetting(parentTdb, "dragAndDrop")); -#ifdef BIG_UI_NAV_LINKS printf("
"); printf(""); makeTopLink(parentTdb); -#endif//def BIG_UI_NAV_LINKS // Now we can start in on the table of subtracks printf("\n"); puts("
"); -#ifdef BIG_UI_NAV_LINKS printf("
"); -#endif//def BIG_UI_NAV_LINKS if(slCount(subtrackRefList) > 5) puts("    "); puts("

");