[dw-free] RTE uses LJ-style userhead instead of DW-style userhead
[commit: http://hg.dwscoalition.org/dw-free/rev/3e616c3509a4]
http://bugs.dwscoalition.org/show_bug.cgi?id=3893
Userhead in the RTE is now DW-flavored.
Patch by
sophie.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3893
Userhead in the RTE is now DW-flavored.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/fck/editor/plugins/livejournal/dwuser.png
- htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js
-------------------------------------------------------------------------------- diff -r 4609a707d14a -r 3e616c3509a4 htdocs/stc/fck/editor/plugins/livejournal/dwuser.png Binary file htdocs/stc/fck/editor/plugins/livejournal/dwuser.png has changed diff -r 4609a707d14a -r 3e616c3509a4 htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js --- a/htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js Tue Sep 06 21:20:54 2011 +0800 +++ b/htdocs/stc/fck/editor/plugins/livejournal/fckplugin.js Wed Sep 07 12:42:28 2011 +0800 @@ -176,7 +176,7 @@ // Create the toolbar button. var oLJUserLink = new FCKToolbarButton('LJUserLink', window.parent.FCKLang.LJUser); -oLJUserLink.IconPath = FCKConfig.PluginsPath + 'livejournal/ljuser.gif' ; +oLJUserLink.IconPath = FCKConfig.PluginsPath + 'livejournal/dwuser.png' ; // Register the button to use in the config FCKToolbarItems.RegisterItem('LJUserLink', oLJUserLink) ; --------------------------------------------------------------------------------