> Right now it seems that they both use the same .js files and that means some > customization, > like removing the barcode display for Patrons disturbs Staff who liked that > feature! :-)
Hey Grant, you could have the staff client point to a differently skinned OPAC if you want. Change the OPAC related URL's in chrome/content/main/constants.js from /opac/en-US/skin/default to something like /opac/en-US/skin/staff, and of course, in /openils/var/web/opac/, do something like cp -R default staff The changes to constants.js will have to be rolled into a new local client; due to a quirk in implementation, the staff client code that wraps around the OPAC is local/chrome and not remote XUL. -- Jason Etheridge | VP, Community Support and Advocacy | Equinox Software, Inc. / The Evergreen Experts | phone: 1-877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://www.esilibrary.com
