Made the submission process hidden until you record your first time

This commit is contained in:
Ajay Ramachandran
2019-07-09 22:23:35 -04:00
parent 8d7b66d7d4
commit 26ea70da61
3 changed files with 35 additions and 17 deletions

View File

@@ -23,26 +23,35 @@
</div>
<br/>
<h2>Record the times of a sponsorship</h2>
<p>
Click the button below when the sponsorship starts and ends to record and
submit it to the database.
</p>
<div>
<button id="sponsorStart">Sponsorship Starts</button>
<button id="sponsorStart">Sponsorship Starts Now</button>
</div>
<h3>Latest Sponsor Message Times Chosen</h3>
<b>
<div id="sponsorMessageTimes">
<div id="submissionSection" style="display: none">
<h3>Latest Sponsor Message Times Chosen</h3>
<b>
<div id="sponsorMessageTimes">
</div>
</b>
</div>
</b>
<button id="clearTimes">Clear Times</button>
<br/>
<button id="submitTimes">Submit Times</button>
<button id="clearTimes">Clear Times</button>
<br/>
<button id="submitTimes">Submit Times</button>
</div>
<br/>
<button id="showNoticeAgain" style="display: none">Show Notice Again</button>
</div>
</div>