mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
added app frame to todo list
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9">
|
||||
<div class="layout-wrapper layout-wrapper-background">
|
||||
<div class="appframe-area"></div>
|
||||
<div>
|
||||
<a class="close" onclick="window.history.back();">×</a>
|
||||
<h1>To Do</h1>
|
||||
<br>
|
||||
<div class="layout-main">
|
||||
<div>
|
||||
<div id="todo-list">
|
||||
<h4>My List</h4><br>
|
||||
@@ -14,8 +11,6 @@
|
||||
<div class="todo-content"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 21px; clear: both">
|
||||
<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user