diff options
-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> |