diff options
| author | ryderr <r@okfoc.us> | 2014-10-08 16:23:47 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-08 16:23:47 -0400 |
| commit | a947614e0c449795906d145ecbb478cdc3124a95 (patch) | |
| tree | 677452c63e977168c57865c7df5430435f796c3b /views/projects | |
| parent | 8a606dd4d2754e2e267c6aff9e20ef00573d74e4 (diff) | |
slightly better modal
Diffstat (limited to 'views/projects')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs index 8754617..dcc53e6 100644 --- a/views/projects/layouts-modal.ejs +++ b/views/projects/layouts-modal.ejs @@ -3,16 +3,17 @@ <div class="box"> <div class="templates"> - <h1>Edit Room Layouts</h1> + <h2>Edit Room Layouts</h2> <div class="templates-list"> </div> + <form> + <input data-role="create-new-layout" class="button_text" type="submit" value="New Layout"> + </form> </div> <div class="no-templates"> There are no room layouts available. Please <a href="/layout/new">create a new one.</a> </div> - <form> - <input data-role="create-new-layout" class="button_text" type="submit" value="New Layout"> - </form> + </div> </div> @@ -21,7 +22,7 @@ <div class="box"> <div class="templates"> - <h1>Your Projects</h1> + <h2>Your Projects</h2> <div class="templates-list"> </div> </div> @@ -37,8 +38,9 @@ <span class="close">X</span> <div class="box"> - <h2>Choose Room Template</h2> <div class="templates"> + <h2>Select a Room Template</h2> + <div class="templates-list"> </div> </div> |
