https://bz.apache.org/bugzilla/show_bug.cgi?id=58530

--- Comment #9 from Ognjen Blagojevic <ognjen.d.blagoje...@gmail.com> ---
Should new theme replace the old one, or should it be just one additional skin
for the manager GUI, so user may decide whether to use the old GUI or the new
one?

I started going in the direction of skinning, and that would require:

1. To have, for now, two themes, e.g. "retro" (existing one) and "website" (the
one I'm working on, using website layout)
2. To add init param in manager web.xml with the name "skin", or something like
that, so user may specify which skin to use.
3. To move constants with HTML and CSS fragments from classes
o.a.c.manager.Constants and o.a.c.manager.host.Constants, into new "retro skin"
class.
4. To create another "website skin" class with new set of HTML and CSS
fragments
5. To add code for selection of appropriate skin class depending on the web.xml
parameter.

WDYT?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to