show assigned to others list in todo

This commit is contained in:
Anand Doshi
2012-06-12 19:24:12 +05:30
parent 4f4f58293f
commit 64ddb9f069
4 changed files with 69 additions and 25 deletions

View File

@@ -2,7 +2,15 @@
<a class="close" onclick="window.history.back();">&times;</a>
<h1>To Do</h1>
<br>
<div id="todo-list">
<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="margin-top: 21px; clear: both">
<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>