brotherton-erpnext/erpnext/utilities/page/todo/todo.html

10 lines
342 B
HTML
Raw Normal View History

2012-02-24 09:37:39 +00:00
<div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9">
2012-02-24 05:56:31 +00:00
<a class="close" onclick="window.history.back();">&times;</a>
<h1>To Do</h1>
<br>
<div id="todo-list">
</div>
2012-03-14 13:36:20 +00:00
<div style="margin-top: 21px; clear: both">
2012-02-24 05:56:31 +00:00
<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
</div>
</div>