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( "<span style='color:RED'>" - "To update this data which was loaded via URL, <br>" - " press submit to go to \"Manage Custom Tracks\" page, <br>" - "select the checkbox box in the update column beside this custom track, <br>" - "and press the update button at the top of the column.\n</span><p><p> "); + "To update this data, which was loaded via a URL:<br>" + "1. Click Submit on this page to navigate to the <i>Manage Custom Tracks</i> page.<br>" + "2. In the <b>Update</b> column, select the checkbox next to the corresponding custom track.<br>" + "3. Click the <b>Update</b> button at the top of the column to apply the changes.\n</span><p><p> "); - puts("Current Loaded Configuration (do not update here):"); + puts("Current loaded configuration (do not update here):"); } else { puts("Edit configuration:"); } cgiTableFieldEnd(); cgiTableField(" "); puts("<TD ALIGN='RIGHT'>"); if (warnOnly) { cgiMakeButtonWithOnClick("ContinueWithWarn", "Continue with Warning", NULL, "return submitClick(this);"); printf(" "); jsInline( "$('textarea').change(function() {\n" " $('#ContinueWithWarn').hide();\n"