d8ad7ee99f2fe448d1e190a2c10dcd94087d6ba4 chinhli Wed Jun 6 16:28:52 2012 -0700 Removed 'Your Account Information' heading when user is not logged in in hgSession. diff --git src/hg/hgSession/hgSession.c src/hg/hgSession/hgSession.c index 454555b..c9def25 100644 --- src/hg/hgSession/hgSession.c +++ src/hg/hgSession/hgSession.c @@ -75,32 +75,31 @@ printf("click here to sign out.\n", wikiLinkUserLogoutUrl(cartSessionId(cart))); } } void offerLogin() /* Tell the user they are not logged in to the system and tell them how to * do so. */ { char *wikiHost = wikiLinkHost(); cartWebStart(cart, NULL, "Sign in to UCSC Genome Bioinformatics"); jsInit(); if (loginSystemEnabled()) { - printf("

Your Account Information

" - "", wikiLinkUserSignupUrl(cartSessionId(cart))); printf("

Signing in enables you to save current settings into a " "named session, and then restore settings from the session later.
" "If you wish, you can share named sessions with other users.

"); } else { printf("Signing in enables you to save current settings into a " "named session, and then restore settings from the session later.\n" "If you wish, you can share named sessions with other users.\n"); printf("

The sign-in page is handled by our "