mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
back button on messagelist and minor fix in index.html
This commit is contained in:
parent
800d73f505
commit
3b87419307
@ -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>
|
||||
|
||||
|
@ -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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user