mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Fixed HTML toolbar separator image reference; updated it to use MCE_ROOT
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@57766 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
67d4cb7a70
commit
6561b9be04
@ -17,7 +17,7 @@
|
||||
<% else_if Type = dropdown %>
|
||||
<select name="$Command" class="mceSelectList" id="mce_editor_$IDSegment">$Options</select>
|
||||
<% else_if Type = separator %>
|
||||
<img width="1" height="15" class="mceSeparatorLine" src="jsparty/tiny_mce2/themes/advanced/images/spacer.gif" alt="|" />
|
||||
<img width="1" height="15" class="mceSeparatorLine" src="{$MceRoot}themes/advanced/images/separator.gif" alt="|" />
|
||||
<% else_if Type = break %>
|
||||
<br />
|
||||
<% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user