back button on messagelist and minor fix in index.html

This commit is contained in:
Tankred Hase 2013-06-04 23:50:18 +02:00
parent 800d73f505
commit 3b87419307
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<body>
<div id="sandboxDiv">
<iframe id="sandboxFrame" src="sandbox.html" sandbox="allow-scripts" frameborder="0"></iframe>
<iframe id="sandboxFrame" src="sandbox.html" sandbox="allow-scripts" frameborder="0"></iframe>
</div>
</body>

View File

@ -1,5 +1,5 @@
<div data-role="header" data-position="fixed">
<input type="button" id="backBtn" data-icon="arrow-l" value="Back" class="ui-btn-left">
<a href="#accounts/<%- account %>/folders" data-role="button" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Back</a>
<h1><%- folder %>: <%- account %></h1>
</div><!-- /header -->