Make editing work, building towards drag/drop saving

This commit is contained in:
Calen Pennington
2012-09-27 15:01:48 -04:00
parent b91c2b6680
commit fd7223bd87
11 changed files with 93 additions and 46 deletions

View File

@@ -8,7 +8,9 @@
## implementation note: will need to figure out how to handle combining detail
## statuses of multiple modules in js.
<li>
<a class="seq_${item['type']} inactive progress-${item['progress_status']}" data-element="${idx+1}">
<a class="seq_${item['type']} inactive progress-${item['progress_status']}"
data-id="${item['id']}"
data-element="${idx+1}">
<p>${item['title']}</p>
</a>
</li>