ff3dcac9269104df22c3b06fe44556f71bcae0c3 gperez2 Thu Jun 20 17:30:01 2024 -0700 Switching the Advanced track search page, View chromosomes page, hgConvert, hgCustom, hgGateway, hgLiftOver, hgPcr, hgSession, hgTracks, and hgCustom labels/buttons to sentence case, refs #25787 diff --git src/hg/hgPcr/hgPcr.c src/hg/hgPcr/hgPcr.c index 1965fca..90f1f7a 100644 --- src/hg/hgPcr/hgPcr.c +++ src/hg/hgPcr/hgPcr.c @@ -426,67 +426,67 @@ if (targetServerList != NULL) { char *target = cartUsualString(cart, "wp_target", "genome"); printf("%s", "
\n"); printf("Target:
"); showTargets(target, targetServerList); printf("%s", "
\n"); } else cgiMakeHiddenVar("wp_target", "genome"); } else cgiMakeHiddenVar("wp_target", "genome"); printf("%s", "
\n"); -printf("Forward Primer:
"); +printf("Forward primer:
"); cgiMakeTextVar("wp_f", fPrimer, 22); printf("%s", "
\n"); printf("%s", "
\n"); -printf(" Reverse Primer:
"); +printf(" Reverse primer:
"); cgiMakeTextVar("wp_r", rPrimer, 22); printf("%s", "
\n"); printf("%s", "
\n"); printf(" 
"); cgiMakeButton("Submit", "Submit"); printf("%s", "
\n"); printf("
"); printf("\n"); printf("%s", "\n"); printf("%s", "\n"); jsOnEventById("click", "Submit", "if ($('#wp_r').val()==='' || $('#wp_f').val()==='') "\ "{ alert('Please specify at least a forward and reverse primer. Both input boxes need to be filled out.'); event.preventDefault(); }"); printf("%s", "\n"); printf("%s", "\n"); printf("%s", "\n"); printf("
\n"); -printf("Max Product Size: "); +printf("Max product size: "); cgiMakeIntVar("wp_size", maxSize, 5); printf("%s", "
\n"); -printf(" Min Perfect Match: "); +printf(" Min perfect match: "); cgiMakeIntVar("wp_perfect", minPerfect, 2); printf("%s", "
\n"); -printf(" Min Good Match: "); +printf(" Min good match: "); cgiMakeIntVar("wp_good", minGood, 2); printf("%s", "
\n"); -printf(" Flip Reverse Primer: "); +printf(" Flip reverse primer: "); cgiMakeCheckBox("wp_flipReverse", flipReverse); printf("%s", "
\n"); printf(" Append to existing PCR result: "); cgiMakeCheckBox("wp_append", appendToResults); printf("%s", "

"); printf("\n"); /* Put up a second form who's sole purpose is to preserve state * when the user flips the genome button. */ printf("
"