]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/defaults/preferences/prefs.js
0613a13ddf8021c14540940cb7f5810e48cf3103
[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 // Base (empty) prefs for local menu and toolbar customizations
21 // NOTE: IF YOU SET DEFAULTS ON THESE THE ORG UNIT SETTING VARIANT WON'T WORK
22 pref("open-ils.menu.hotkeyset", "");
23 pref("open-ils.menu.toolbar", "");
24 // For now these are only workstation level and are safe to set defaults on if desired
25 pref("open-ils.menu.toolbar.iconsize", "");
26 pref("open-ils.menu.toolbar.mode", "");
27 pref("open-ils.menu.toolbar.labelbelow", false);
28 pref("open-ils.toolbar.defaultnewtab", false);
29
30 // Copy location name first in copy editor
31 pref("oils.copy_editor.copy_location_name_first", false);
32
33 // Number of tabs that can be opened in Staff Client
34 // NOTE: If the value is set to 0 or less, there is no limit to number of tabs.
35 pref("open-ils.window_max_tabs", 0);