]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/defaults/preferences/prefs.js
a suggestion from tsbere, this raises the existing login window if the staff client...
[Evergreen.git] / Open-ILS / xul / staff_client / defaults / preferences / prefs.js
1 // Preferences that get set when the application is loaded
2
3 // Modified by Jason for Evergreen
4
5 // These are specific to Evergreen
6 pref("open-ils.write_in_user_chrome_directory", true);
7 pref("open-ils.disable_accesskeys_on_tabs", false);
8 pref("toolkit.singletonWindowType", "eg_main");
9
10 // Toggles for experimental features that may later become org unit settings
11 pref("open-ils.enable_join_tabs", true);
12
13 // We'll use this one to help brand some build information into the client, and rely on subversion keywords
14 pref("open-ils.repository.headURL","$HeadURL$");
15 pref("open-ils.repository.author","$Author$");
16 pref("open-ils.repository.revision","$Revision$");
17 pref("open-ils.repository.date","$Date$");
18 pref("open-ils.repository.id","$Id$");
19
20