I appreciate, works perfect. regards, thomas
PS: Same approach also working for sgdadmin in Secure Global Desktop ? Von: [email protected] [mailto:[email protected]] Im Auftrag von Stuart Gesendet: Mittwoch, 20. April 2011 14:12 An: [email protected] Betreff: [SunRay-Users] Firefox 4 Hi all, In case anybody is trying to use Firefox 4 to access the Sun Ray admin gui and finding it not working to it's full potential, here is a script that fixes it. #!/bin/sh cd /tmp unzip /opt/SUNWut/webadmin/webapps/ut/WEB-INF/lib/suntheme.jar com/sun/web/ui/suntheme/css/css_master.css echo "#f1\3Ap1\3At1 { display:block;}" >> com/sun/web/ui/suntheme/css/css_master.css zip -r /opt/SUNWut/webadmin/webapps/ut/WEB-INF/lib/suntheme.jar com/sun/web/ui/suntheme/css/css_master.css rm -rf com /etc/init.d/utwadmin stop; /etc/init.d/utwadmin start It just updates a CSS file and restart the tomcat container. BFN, Stuart. -- ------ Stuart Robinson Collective Systems Ltd M: +44 (0)7866 433 911 E: [email protected]<mailto:[email protected]> www.collectivesystems.com<http://www.collectivesystems.com> ClearPath Sun Ray Broker: http://www.collectivesystems.com/clearpath
_______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
