diff options
Diffstat (limited to 'views/controls/editor')
| -rw-r--r-- | views/controls/editor/text-editor.ejs | 10 | ||||
| -rw-r--r-- | views/controls/editor/toolbar.ejs | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/views/controls/editor/text-editor.ejs b/views/controls/editor/text-editor.ejs index 205fbdf..3a367d5 100644 --- a/views/controls/editor/text-editor.ejs +++ b/views/controls/editor/text-editor.ejs @@ -1,6 +1,10 @@ <div class="vvbox settings" id="textEditor"> <h4>Edit Text</h4> + <div class="no-text"> + Click a wall to add text. + </div> + <div class="setting"> <select name="font-family"> <option>Helvetica</option> @@ -17,6 +21,12 @@ <option value="36">36pt</option> <option value="72">72pt</option> </select> + <select name="text-align"> + <option value="left">Left</option> + <option value="center">Center</option> + <option value="right">Right</option> + <option value="justify">Justify</option> + </select> </div> <div class="setting"> diff --git a/views/controls/editor/toolbar.ejs b/views/controls/editor/toolbar.ejs index 586194b..f9d91af 100644 --- a/views/controls/editor/toolbar.ejs +++ b/views/controls/editor/toolbar.ejs @@ -30,7 +30,7 @@ [[ if (user.username == "test12343") { ]] <span data-role='toggle-text-editor' - data-info="edit wall text" + data-info="add text to wall" class="icon-ios7-compose-outline"></span> [[ } ]] |
