diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-21 14:08:42 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-21 14:08:42 -0400 |
| commit | 7d053a335808c8c07dffab7edd259c5da37efb5d (patch) | |
| tree | b7a6855c490a130b3cf84f1dd03f59a60b3b285e /views/controls | |
| parent | 3b0962d1d07ed4aa74536e3323feed1a2dbc5643 (diff) | |
| parent | d80ba1570ecf6e5fdb16d24c6f0ad189492a8bd8 (diff) | |
merge
Diffstat (limited to 'views/controls')
| -rw-r--r-- | views/controls/editor/media-drawer.ejs | 24 |
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> |
