diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/details.html | 1 | ||||
-rw-r--r-- | templates/photo.html | 1 | ||||
-rw-r--r-- | templates/submit_confirm.html | 1 | ||||
-rw-r--r-- | templates/submit_email.html | 1 | ||||
-rw-r--r-- | templates/submit_name.html | 1 | ||||
-rw-r--r-- | templates/submit_password.html | 1 | ||||
-rw-r--r-- | templates/submit_set_password.html | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/templates/details.html b/templates/details.html index 1b68026..ba8aa3e 100644 --- a/templates/details.html +++ b/templates/details.html @@ -1,4 +1,5 @@ <div data-role="header"> + <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">[% loc('Back') %]</a> <h1>[% loc('Details') %]</h1> <a id="next" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">[% loc('Next') %]</a> </div> diff --git a/templates/photo.html b/templates/photo.html index 100be7a..6736c20 100644 --- a/templates/photo.html +++ b/templates/photo.html @@ -1,4 +1,5 @@ <div data-role="header"> + <a id="back" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">[% loc('Back') %]</a> <h1>[% loc('Add Photo') %]</h1> <% if ( file == '' ) { %> <a id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">[% loc('Skip') %]</a> diff --git a/templates/submit_confirm.html b/templates/submit_confirm.html index be34c4d..b518987 100644 --- a/templates/submit_confirm.html +++ b/templates/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">[% loc('Back') %]</a> <h1>[% loc('Your details') %]</h1> </div> diff --git a/templates/submit_email.html b/templates/submit_email.html index 17f1824..289daf6 100644 --- a/templates/submit_email.html +++ b/templates/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">[% loc('Back') %]</a> <h1>[% loc('Your details') %]</h1> </div> diff --git a/templates/submit_name.html b/templates/submit_name.html index 23d9cf4..14bff9c 100644 --- a/templates/submit_name.html +++ b/templates/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">[% loc('Back') %]</a> <h1>[% loc('Your details') %]</h1> </div> diff --git a/templates/submit_password.html b/templates/submit_password.html index baf2e52..47cc763 100644 --- a/templates/submit_password.html +++ b/templates/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">[% loc('Back') %]</a> <h1>[% loc('Your details') %]</h1> </div> diff --git a/templates/submit_set_password.html b/templates/submit_set_password.html index a57cb86..4000c79 100644 --- a/templates/submit_set_password.html +++ b/templates/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">[% loc('Back') %]</a> <h1>[% loc('Your details') %]</h1> </div> |