mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
moved directory structure
This commit is contained in:
16
utilities/page/todo/todo.html
Normal file
16
utilities/page/todo/todo.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="layout-wrapper layout-wrapper-background">
|
||||
<div class="appframe-area"></div>
|
||||
<div class="layout-main todo-layout">
|
||||
<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>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user