aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/templates/nb/details.html1
-rw-r--r--www/templates/nb/photo.html1
-rw-r--r--www/templates/nb/submit_confirm.html1
-rw-r--r--www/templates/nb/submit_email.html1
-rw-r--r--www/templates/nb/submit_name.html1
-rw-r--r--www/templates/nb/submit_password.html1
-rw-r--r--www/templates/nb/submit_set_password.html1
7 files changed, 7 insertions, 0 deletions
diff --git a/www/templates/nb/details.html b/www/templates/nb/details.html
index 999585a..c3c13a2 100644
--- a/www/templates/nb/details.html
+++ b/www/templates/nb/details.html
@@ -1,4 +1,5 @@
<div data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Detaljer</h1>
<a id="next" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Neste</a>
</div>
diff --git a/www/templates/nb/photo.html b/www/templates/nb/photo.html
index 43bf1ad..e9ee99f 100644
--- a/www/templates/nb/photo.html
+++ b/www/templates/nb/photo.html
@@ -1,4 +1,5 @@
<div data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Legg til bilde</h1>
<% if ( file == '' ) { %>
<a id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Hopp over</a>
diff --git a/www/templates/nb/submit_confirm.html b/www/templates/nb/submit_confirm.html
index 10edd91..c886cb1 100644
--- a/www/templates/nb/submit_confirm.html
+++ b/www/templates/nb/submit_confirm.html
@@ -1,4 +1,5 @@
<div id="submit-header" data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Dine detaljer</h1>
</div>
diff --git a/www/templates/nb/submit_email.html b/www/templates/nb/submit_email.html
index 1752863..501f3e3 100644
--- a/www/templates/nb/submit_email.html
+++ b/www/templates/nb/submit_email.html
@@ -1,4 +1,5 @@
<div id="submit-header" data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Dine detaljer</h1>
</div>
diff --git a/www/templates/nb/submit_name.html b/www/templates/nb/submit_name.html
index 888804a..dbcc145 100644
--- a/www/templates/nb/submit_name.html
+++ b/www/templates/nb/submit_name.html
@@ -1,4 +1,5 @@
<div id="submit-header" data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Dine detaljer</h1>
</div>
diff --git a/www/templates/nb/submit_password.html b/www/templates/nb/submit_password.html
index 7690156..f262a8e 100644
--- a/www/templates/nb/submit_password.html
+++ b/www/templates/nb/submit_password.html
@@ -1,4 +1,5 @@
<div id="submit-header" data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Dine detaljer</h1>
</div>
diff --git a/www/templates/nb/submit_set_password.html b/www/templates/nb/submit_set_password.html
index 1be786a..2f4d94f 100644
--- a/www/templates/nb/submit_set_password.html
+++ b/www/templates/nb/submit_set_password.html
@@ -1,4 +1,5 @@
<div id="submit-header" data-role="header">
+ <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Tilbake</a>
<h1>Dine detaljer</h1>
</div>