diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/controls/editor/media-drawer.ejs | 2 | ||||
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 17 |
2 files changed, 4 insertions, 15 deletions
diff --git a/views/controls/editor/media-drawer.ejs b/views/controls/editor/media-drawer.ejs index d1e2c99..1404d86 100644 --- a/views/controls/editor/media-drawer.ejs +++ b/views/controls/editor/media-drawer.ejs @@ -26,7 +26,7 @@ <form> <span class="ion-ios7-upload-outline upload-icon"></span><br> Upload File - <input type="file" accept="image/*" class="file" multiple> + <input type="file" accept="image/*" multiple> </form> <small>~ or ~</small><br> <input type="text" placeholder="Enter Vimeo or YouTube or image link" class="url"> diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index ed175ae..69a60ec 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -9,31 +9,20 @@ <span class="swatch" style="background-image:url(/assets/img/plainpattern.png)"></span> <span class="swatch" style="background-image:url(/assets/img/plainpattern2.png)"></span> </span> + + <input type="text" class="url" placeholder="enter a url"> <div class="wallpaperUpload toolButton"> <form> <span class="ion-ios7-upload-outline upload-icon"></span> - <label>Upload Wallpaper</label> - <input type="file" accept="image/*" class="file" multiple> + <input type="file" accept="image/*" multiple> </form> -<!-- - <input type="text" placeholder="Enter Image URL" class="url"> - --> </div> <div class="wallpaperRemove toolButton"> <span class="ion-scissors"></span> - <label>Remove Wallpaper</label> </div> -<!-- - <div class="wallpaperResize toolButton"> - <span class="ion-arrow-resize"></span> - <label>Resize Wallpaper</label> - </div> ---> - <input type="text" class="url" placeholder="enter a url"> - <div class="wallpaperResizeControls"> <span data-role="wallpaper-position" class="ion-arrow-expand"></span> <input data-role="wallpaper-scale" type="range" min="0.01" max="8.0" step="0.1" value="1.0"> |
