diff options
Diffstat (limited to 'views')
| -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"> |
