I have been working on a replacement skin for SmallUI, and the current revision can be found here:
http://www.localeconcept.com/private/SmallUI.tar.bz2There is also a replacement Proxy Orbiter, incorporating both my push fixes, and a necessary ScreenHandler fix for my replacement file list data grid:
http://www.localeconcept.com/pub/Proxy_Orbiter_Update.tar.gzYou need to get both.
you then need to do an sqlcvs update of the 'designer' repository to get the latest UI changes to SmallUI.
to use:
Unpack Proxy_Orbiter_Update.tar.gz, and copy the Proxy_Orbiter into /usr/pluto/bin ... this file is probably in use because the system is running, so you will need to do a quick trick of quick reloading the router, and copying the file into /usr/pluto/bin using sudo before the core restarts everything.
unpack SmallUI.tar.bz2 to /usr/pluto/orbiter/skins/ ... new folder called SmallUI will be created
go into mysql pluto_main -uroot
UPDATE Skin SET DataSubdirectory = 'SmallUI' WHERE PK_Skin = 6;
quit;
then go into the Web Admin, Full Regen your Cisco orbiters.
Wait, and see the results.
Let me know what you think.
-Thom