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

16 lines
406 B
HTML
Raw Normal View History

2012-07-09 07:04:02 +00:00
<div class="layout-wrapper layout-wrapper-background">
2012-06-14 11:16:48 +00:00
<div class="appframe-area"></div>
<div class="layout-main todo-layout">
2012-06-14 11:16:48 +00:00
<div>
<div id="todo-list">
<h4>My List</h4><br>
<div class="todo-content"></div>
</div>
<div id="assigned-todo-list">
<h4>Assigned to others</h4><br>
<div class="todo-content"></div>
</div>
2012-06-12 13:54:12 +00:00
</div>
2012-07-09 07:04:02 +00:00
<div style="clear: both"></div>
2012-02-24 05:56:31 +00:00
</div>
</div>