https://issues.apache.org/bugzilla/show_bug.cgi?id=47274
Summary: Invalid CSS reference in TinyMCE page2edit.xsl
Product: Lenya
Version: 2.0.3
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: TinyMCE Integration
AssignedTo: [email protected]
ReportedBy: [email protected]
The TinyMCE style sheet
src/modules/tinymce/xslt/page2edit.xsl
refers to "/lenya/css/default.css", but this has changed to
"/modules/gui/css/default.css".
Running
find src -type f \! -name \*.svn-base|xargs egrep 'lenya/css/.+\.css'
suggests that the same may apply to
src/webapp/lenya/xslt/admin/root.xsl (default.css)
src/webapp/lenya/xslt/util/page-util.xsl (default.css)
src/modules/menubar/xslt/menu2xslt.xsl (ie6hacksonly.css)
src/modules/menubar/xslt/menu2xslt-ajax.xsl (menu.css)
src/webapp/lenya/xslt/admin/page2xhtml.xsl (admin.css)
but I did not really check.
Rainer Schöpf
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]