diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-08 15:59:46 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-08 15:59:46 +0100 |
commit | c43d8a4d20ce680acb73bb50fdfa5db694ff8c94 (patch) | |
tree | 2e89db7ced1595388da47fb94d5bf127709ca123 | |
parent | 68917e9f5e258762c356c5e03c48348d79fd286c (diff) |
move home/back buttons to left on account and drafts screen
-rw-r--r-- | www/templates/en/login.html | 2 | ||||
-rw-r--r-- | www/templates/en/reports.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/en/login.html b/www/templates/en/login.html index ce3b1ce..6556889 100644 --- a/www/templates/en/login.html +++ b/www/templates/en/login.html @@ -1,6 +1,6 @@ <div id="submit-header" data-role="header"> + <a id="reports-next-btn" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Home</a> <h1>Login</h1> - <a id="reports-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Home</a> </div> <div data-role="content"> diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html index 1779d0e..206ffe9 100644 --- a/www/templates/en/reports.html +++ b/www/templates/en/reports.html @@ -1,6 +1,6 @@ <div data-role="header" data-position="fixed"> + <a id="reports-next-btn" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Home</a> <h1>My Reports</h1> - <a id="reports-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Home</a> </div> <div id="drafts"> <h2>Draft reports</h2> |