edit view nw

This commit is contained in:
Peter Cottle 2013-01-11 23:57:00 -08:00
parent 5c5637d701
commit 895d186b36
4 changed files with 152 additions and 16 deletions

View file

@ -257,6 +257,9 @@
<div class="uiButton uiButtonRed box deleteButton" data-index="<%=i%>">
Delete
</div>
<div class="uiButton uiButtonWhite box editButton" data-index="<%=i%>" data-type="<%= views[i].type %>">
Edit
</div>
<div class="uiButton box testButton" data-index="<%=i%>">
Test
</div>