aboutsummaryrefslogtreecommitdiffstats
path: root/www/submit-problem.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-06 17:29:03 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-06 17:30:37 +0000
commitf321969ffaa13d275024a499eaa79bce1e19fad7 (patch)
tree1b2306a557887ea89176b35622d9ab942075a413 /www/submit-problem.html
parent630e77e0c196a3f580f2c58cded2c6d034c4df86 (diff)
Slightly more fleshed out workflow for dealing with internet
connection being unavailable and creating an offline report
Diffstat (limited to 'www/submit-problem.html')
-rw-r--r--www/submit-problem.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/submit-problem.html b/www/submit-problem.html
index db900ce..8c4cfad 100644
--- a/www/submit-problem.html
+++ b/www/submit-problem.html
@@ -136,9 +136,13 @@
<input class="green-btn" type="submit" id="submit_register" name="submit_register" value="Report">
</div>
- <div class="form-txt-submit-box">
- <input class="green-btn" type="button" id="save_report" name="save_report" value="Save">
- </div>
+ </div>
+ </div>
+
+ <div id="report_save" class="form-box">
+ <h5>Save this report for completion later</h5>
+ <div class="form-txt-submit-box">
+ <input class="green-btn" type="button" id="save_report" name="save_report" value="Save">
</div>
</div>
</div>