Skip to content

Commit

Permalink
Merge pull request #1008 from nwanduka/patch-5
Browse files Browse the repository at this point in the history
Improved step 3 in steps for uploading
  • Loading branch information
birm authored Jul 8, 2024
2 parents dbc2446 + 7f7a6ce commit df5458b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h3>Steps for uploading.</h3>
<ol>
<li>Select the file you wish to upload. The <b>Token</b> field should be automatically populated .</li>
<li>Enter the desired filename, including its extension, for the destination file.</li>
<li>Click on the <b><i class="fas fa-arrow-right"></i></b> button to preview the slide.</li>
<li>Click on the <b><i class="fas fa-arrow-right"></i>Preview Slide</b> button to preview the slide.</li>
<li>Click on <b>Finish Upload</b> to complete the process and post the slide to caMicroscope.</li>
</ol>
</div>
Expand Down Expand Up @@ -262,7 +262,7 @@ <h3>Steps for uploading.</h3>
</div>
<div class="text-center" id="controlButtons">
<button class="btn btn-primary" type="button" id="finish_btn" style="display: none;"
value="Finish Upload" onclick="validateForm(finishUpload)"><i class="fas fa-arrow-right"></i></button>
value="Finish Upload" onclick="validateForm(finishUpload)"><i class="fas fa-arrow-right"></i>Preview Slide</button>
<button class="btn btn-success" type="button" id="post_btn" value="Post"
onclick="validateForm(PostBtn)">Finish Upload</button>
</div>
Expand Down

0 comments on commit df5458b

Please sign in to comment.