diff options
Diffstat (limited to 'views/controls/editor/wallpaper.ejs')
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index 02ab16d..208dfff 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -1,8 +1,13 @@ <div class="vvbox wallpaper"> + + <!-- IF NO WALL PAPER --> + <span class="txt">Add custom wallpaper to walls. Begin by uploading a pattern. Or try this one -> </span> + <div class="swatches"></div> <div class="wallpaperUpload"> <form> + <span class="icon-ios7-upload-outline upload-icon"></span> <label>Upload wallpaper</label> <input type="file" accept="image/*" class="file" multiple> |
