Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Update edit mode interface (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Smith committed May 1, 2013
1 parent d9d24a7 commit 7dab6c3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@
</menu>
<h1>Firetext</h1>
</header>
<form role="edit" data-type="edit" id="welcome-edit-mode">
<section>
<header>
<menu type="toolbar">
<button onClick="editDocs()">Close</button>
</menu>
<h1>Edit docs</h1>
</header>
</section>
<menu>
<button>Rename</button>
<button>Delete selected</button>
</menu>
</form>
<div role="main" class="header-only">
<article data-type="list" class="docsList">
<div id="recent-docs-list">
Expand All @@ -68,20 +82,6 @@ <h2>Device:</h2>
</div>
</article>
</div>
<form role="edit" data-type="edit" id="welcome-edit-mode">
<section>
<header>
<menu type="toolbar">
<button onClick="editDocs()">done</button>
</menu>
<h1>Edit</h1>
</header>
</section>
<menu>
<button>Delete all</button>
<button>Delete selected</button>
</menu>
</form>
</section>

<section role="dialog" id="add">
Expand Down

0 comments on commit 7dab6c3

Please sign in to comment.