diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-06 18:38:26 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-06 18:38:26 -0400 |
| commit | 20b1d2787e71cb28c55187d42805407fef63d0e4 (patch) | |
| tree | 7b3fd26ab930429e6d4f5897b8e70a091626b0ab /views/controls/editor/text-editor.ejs | |
| parent | 4d78b32ce840bb804221f0208ee7cb0c8ffa8e02 (diff) | |
text align
Diffstat (limited to 'views/controls/editor/text-editor.ejs')
| -rw-r--r-- | views/controls/editor/text-editor.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/controls/editor/text-editor.ejs b/views/controls/editor/text-editor.ejs index a14c469..3a367d5 100644 --- a/views/controls/editor/text-editor.ejs +++ b/views/controls/editor/text-editor.ejs @@ -21,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"> |
