diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-30 12:39:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-30 12:39:00 -0400 |
| commit | e672f7db5162bf88b975871fd48c3b6cec8313d5 (patch) | |
| tree | 0640b7cf5fff5857331cda1fd5819ee67e8951d8 /views/controls | |
| parent | 742f4cc410bb04421800d7462f81fc64c59aa0bc (diff) | |
| parent | 77f2beed5e554e23cb6ad5d5a555ee710c1e95a1 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/controls')
| -rw-r--r-- | views/controls/editor/light-control.ejs | 2 | ||||
| -rw-r--r-- | views/controls/editor/media-editor.ejs | 1 | ||||
| -rw-r--r-- | views/controls/editor/settings.ejs | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs index b90b646..410aaff 100644 --- a/views/controls/editor/light-control.ejs +++ b/views/controls/editor/light-control.ejs @@ -1,9 +1,9 @@ <div class="vvbox lightcontrol"> + <h4>Edit Room Colors</h4> <div id="color-picker"> </div> <div class="slider"> - <h4>Luminance Control</h4> <input type="range" min="0" max="110" value="0" id="brightness-control" /> </div> diff --git a/views/controls/editor/media-editor.ejs b/views/controls/editor/media-editor.ejs index 000e8db..8f2c1c8 100644 --- a/views/controls/editor/media-editor.ejs +++ b/views/controls/editor/media-editor.ejs @@ -1,4 +1,5 @@ <div class="vvbox settings" id="mediaEditor"> + <h4>Media Settings</h4> <input type="hidden" name="_csrf" value="[[- token ]]"> <input type="hidden" name="_id" value="new"> diff --git a/views/controls/editor/settings.ejs b/views/controls/editor/settings.ejs index ed587fa..ad62b55 100644 --- a/views/controls/editor/settings.ejs +++ b/views/controls/editor/settings.ejs @@ -1,4 +1,5 @@ <div class="vvbox settings" id="editorSettings"> + <h4>Room Settings</h4> <input type="hidden" name="_csrf" value="[[- token ]]"> <input type="hidden" name="_id" value="new"> |
