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("<span><span class='navUp' style='float:right; display:none'>&nbsp;&nbsp;<A HREF='#' TITLE='Return to top of page'>Top%s</A></span></span>\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("<table><tr><td class='windowSize'>");
 printf("<A NAME='DISPLAY_SUBTRACKS'></A>");
 makeTopLink(parentTdb);
-#endif//def BIG_UI_NAV_LINKS
 
 // Now we can start in on the table of subtracks
 printf("\n<TABLE CELLSPACING='2' CELLPADDING='0' border='0'");
@@ -3913,9 +3909,7 @@
     }
 puts("</TBODY><TFOOT></TFOOT>");
 puts("</TABLE>");
-#ifdef BIG_UI_NAV_LINKS
 printf("</td></tr></table>");
-#endif//def BIG_UI_NAV_LINKS
 if(slCount(subtrackRefList) > 5)
     puts("&nbsp;&nbsp;&nbsp;&nbsp;<FONT class='subCBcount'></font>");
 puts("<P>");