8c133cd0f5ff309aa1e8b2b2352805c66ece3da1 kent Sat Jan 8 13:03:46 2011 -0800 Commenting out import button in preparation for merging with main tree. diff --git src/hg/hgGateway/hgGateway.c src/hg/hgGateway/hgGateway.c index 450149d..6739854 100644 --- src/hg/hgGateway/hgGateway.c +++ src/hg/hgGateway/hgGateway.c @@ -186,37 +186,39 @@ // custom track button. disable hgCustom button on GSID server, until // necessary additional work is authorized. puts(""); /* disable CT for CGB servers for the time being */ if (!hIsGsidServer() && !hIsCgbServer()) { boolean hasCustomTracks = customTracksExist(cart, NULL); printf("\n", hgCustomName(),hasCustomTracks ? CT_MANAGE_BUTTON_LABEL:CT_ADD_BUTTON_LABEL, hasCustomTracks ? "Manage your custom tracks" : "Add your own custom tracks" ); } puts(""); +#ifdef SOON if (hubConnectTableExists()) { puts(""); printf("\n", "../cgi-bin/hgHubConnect", "import tracks", "Import tracks"); puts(""); } +#endif /* SOON */ // configure button puts(""); cgiMakeButtonWithMsg("hgTracksConfigPage", "configure tracks and display","Configure track selections and browser display"); puts(""); // clear possition button puts(""); if(supportsSuggest) cgiMakeOnClickButton("document.mainForm.position.value=''; document.getElementById('suggest').value='';", "clear position"); else cgiMakeOnClickButton("document.mainForm.position.value=''", "clear position"); puts(""); puts("");