diff options
| author | David King <imkingdavid@gmail.com> | 2013-11-12 18:16:41 -0800 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2013-11-12 18:16:41 -0800 |
| commit | 37f73f86e2c332fdaa89a6fe015e45f65c068a6f (patch) | |
| tree | 8bb346dd4cf6a66de3a6f97ee079d54298cc522a /phpBB/styles/prosilver/template/posting_buttons.html | |
| parent | c19bf3d0d30367114c46e8ff8b58d0c10b28c8a7 (diff) | |
| parent | 13d2d7d03684c44d2d2dc12fa205ee05e71e923d (diff) | |
| download | forums-37f73f86e2c332fdaa89a6fe015e45f65c068a6f.tar forums-37f73f86e2c332fdaa89a6fe015e45f65c068a6f.tar.gz forums-37f73f86e2c332fdaa89a6fe015e45f65c068a6f.tar.bz2 forums-37f73f86e2c332fdaa89a6fe015e45f65c068a6f.tar.xz forums-37f73f86e2c332fdaa89a6fe015e45f65c068a6f.zip | |
Merge pull request #1800 from prototech/ticket/11472
[ticket/11472] Make prosilver's editor.js an asset used by all styles.
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_buttons.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 798faa2ff7..aa269058cc 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -49,13 +49,13 @@ // ]]> </script> -<!-- INCLUDEJS editor.js --> +<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js --> <!-- IF S_BBCODE_ALLOWED --> <div id="colour_palette" style="display: none;"> <dl style="clear: left;"> <dt><label>{L_FONT_COLOR}{L_COLON}</label></dt> - <dd id="color_palette_placeholder"></dd> + <dd id="color_palette_placeholder" data-orientation="h" data-height="12" data-width="15"></dd> </dl> </div> |
