summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-21 13:03:03 -0400
committerJules Laplace <jules@okfoc.us>2014-10-21 13:03:03 -0400
commita8c9c1198a8872c7ebcf3db920d2de3fe721bfc3 (patch)
treeaabe6a41c3c709699886aad54aed0701cb2ac4af /views/controls
parent6dadb217e8253138936d4f5180f9cefa6e7caed9 (diff)
move fileupload out
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/editor/media-drawer.ejs24
1 files changed, 12 insertions, 12 deletions
diff --git a/views/controls/editor/media-drawer.ejs b/views/controls/editor/media-drawer.ejs
index 1404d86..3e64cc3 100644
--- a/views/controls/editor/media-drawer.ejs
+++ b/views/controls/editor/media-drawer.ejs
@@ -21,17 +21,6 @@
<a href="#" class="viewMore btn">view more</a>
</div>
- <span class="fileUpload">
- <input type="hidden" name="_csrf" value="[[- token ]]">
- <form>
- <span class="ion-ios7-upload-outline upload-icon"></span><br>
- Upload File
- <input type="file" accept="image/*" multiple>
- </form>
- <small>~ or ~</small><br>
- <input type="text" placeholder="Enter Vimeo or YouTube or image link" class="url">
- </span>
-
<div class="foundMedia">
<span class="container"></span>
</div>
@@ -40,4 +29,15 @@
<span class="container"></span>
</div>
-</div> \ No newline at end of file
+</div>
+
+<span class="fileUpload">
+ <input type="hidden" name="_csrf" value="[[- token ]]">
+ <form>
+ <span class="ion-ios7-upload-outline upload-icon"></span><br>
+ Upload File
+ <input type="file" accept="image/*" multiple>
+ </form>
+ <small>~ or ~</small><br>
+ <input type="text" placeholder="Enter Vimeo or YouTube or image link" class="url">
+</span>