1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-27 21:45:56 +00:00

Message list is now loaded by AJAX and can be refreshed.

Added a message delete button.
This commit is contained in:
James Hillyerd
2012-10-13 14:11:12 -07:00
parent 301c3efa63
commit a0ab84abb5
7 changed files with 137 additions and 50 deletions

View File

@@ -1,3 +1,7 @@
<div id="emailActions">
<a href="javascript:deleteMessage('{{.message.Id}}');">Delete</a>
<a href="javascript:messageSource('{{.message.Id}}');">Source</a>
</div>
<table id="emailHeader">
<tr>
<th>From:</th>