Thanks, I thought it was just me. It seems to be affecting Chrome as well. Is this a known issue?
Jake ----- Original Message ----- From: "Stuart" <[email protected]> To: [email protected] Sent: Wednesday, April 20, 2011 7:12:27 AM Subject: [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] 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
_______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
