mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
added todo
This commit is contained in:
10
erpnext/utilities/page/todo/todo.html
Normal file
10
erpnext/utilities/page/todo/todo.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="layout-wrapper" style="min-height: 300px">
|
||||
<a class="close" onclick="window.history.back();">×</a>
|
||||
<h1>To Do</h1>
|
||||
<br>
|
||||
<div id="todo-list">
|
||||
</div>
|
||||
<div style="margin-top: 21px">
|
||||
<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user