| 4 | |
| 5 | Addition - 9 December 2010: We realised today that we wanted to clearly differentiate between the live and test systems. The easiest way seems to be to use a different logo. I have uploaded new logos on the test system - and also on the live system because it was using the old 'NIHR' logo, not the new approved logo. |
| 6 | |
| 7 | In /usr/local/briccs-webapps/briccs-onyx-1.9.2/images/logo there are two files: |
| 8 | |
| 9 | nick@uhlbriccsdev:/usr/local/briccs-webapps/briccs-onyx-1.9.2/images/logo$ ls -al |
| 10 | total 64 |
| 11 | drwxrwxr-x 2 tomcat6 tomcat6 4096 2010-12-09 15:27 . |
| 12 | drwxrwxr-x 6 tomcat6 tomcat6 4096 2010-11-11 13:09 .. |
| 13 | -rw-r--r-- 1 root root 7609 2010-12-09 15:24 logo_on_dark.png |
| 14 | -rw-r--r-- 1 root root 14624 2010-12-09 15:24 logo_on_light.png |
| 15 | -rw-rw-r-- 1 tomcat6 tomcat6 10255 2010-11-11 13:05 old_logo_on_dark.png |
| 16 | -rw-rw-r-- 1 tomcat6 tomcat6 19115 2010-11-11 13:05 old_logo_on_light.png |
| 17 | |
| 18 | I've saved the old logos as shown, so now there are four files. |
| 19 | |
| 20 | Note that these changes affect the current version of briccs-onyx, and would need to be replicated after each upgrade. At the time of writing I cannot find the mechanism for giving the onyx package an image file to build the logo_on_dark.png and logo_on_light.png automatically. THIS NEEDS TO BE ADDRESSED BEFORE THE NEXT UPGRADE. |
| 21 | |