aboutsummaryrefslogtreecommitdiffstats
path: root/www/submit-problem.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-13 18:34:44 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-13 19:55:49 +0000
commit3d123bf421cd5b2b93381cce3d4fb11358b7b2dc (patch)
treeaeaa602af64f980106e6480362589870662cacda /www/submit-problem.html
parent8762fd48e62e9d24d9e67ab1cbad935bdee6bfc4 (diff)
Add back button to submit page
save report state when go back
Diffstat (limited to 'www/submit-problem.html')
-rw-r--r--www/submit-problem.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/www/submit-problem.html b/www/submit-problem.html
index 1fa46c5..5e059b4 100644
--- a/www/submit-problem.html
+++ b/www/submit-problem.html
@@ -20,7 +20,12 @@
};
</script>
- <div id="submit-problem" class="wrapper" data-role="page">
+ <div id="submit-problem" class="wrapper" data-role="page" data-add-back-btn="true">
+
+ <div id="submit-header" data-role="header" data-position="fixed">
+ <h1>Details</h1>
+ </div>
+
<div class="container" data-role="content" data-enhance="false">
<div class="content" role="main">
@@ -62,7 +67,7 @@
<li>Remember that FixMyStreet is primarily for reporting physical problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website.</li>
</ul>
</div>
- </div -->
+ </div-->
<fieldset>
<div id="problem_form">
@@ -156,7 +161,7 @@
</div>
</div>
- <div data-role="footer" data-id="foo1" data-position="fixed">
+ <!-- div data-role="footer" data-id="foo1" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="index.html">Home</a></li>
@@ -164,5 +169,5 @@
<li><a href="about.html">Info</a></li>
</ul>
</div><!-- /navbar -->
- </div>
+ </div -->
</div> <!-- .wrapper -->