8bd8d6c944fa53c3d456b1f78b5faa6ea2251942 gperez2 Fri Apr 25 10:33:43 2025 -0700 Modifying the new text about updating data via URL on hgCustom, refs #20985 diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index 70c7b7a6f20..a7a864c5e8c 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -234,36 +234,36 @@ freeMem(tmpString); } cgiSimpleTableStart(); /* first rows for update form are for track and browser line entry */ if (isUpdateForm) { /* row for instructions */ cgiSimpleTableRowStart(); cgiSimpleTableFieldStart(); if (dataUrl) { printf( "" - "To update this data which was loaded via URL,
" - " press submit to go to \"Manage Custom Tracks\" page,
" - "select the checkbox box in the update column beside this custom track,
" - "and press the update button at the top of the column.\n

"); + "To update this data, which was loaded via a URL:
" + "1. Click Submit on this page to navigate to the Manage Custom Tracks page.
" + "2. In the Update column, select the checkbox next to the corresponding custom track.
" + "3. Click the Update button at the top of the column to apply the changes.\n

"); - puts("Current Loaded Configuration (do not update here):"); + puts("Current loaded configuration (do not update here):"); } else { puts("Edit configuration:"); } cgiTableFieldEnd(); cgiTableField(" "); puts(""); if (warnOnly) { cgiMakeButtonWithOnClick("ContinueWithWarn", "Continue with Warning", NULL, "return submitClick(this);"); printf(" "); jsInline( "$('textarea').change(function() {\n" " $('#ContinueWithWarn').hide();\n"