]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/admin/web-client-browser-best-practices.adoc
Docs: adding info about testing action triggers
[Evergreen.git] / docs / admin / web-client-browser-best-practices.adoc
1 Best Practices for Using the Browser
2 ------------------------------------
3
4 Pop-up Blockers
5 ~~~~~~~~~~~~~~~
6 Before using the web client, be sure to disable pop-up blockers for your
7 Evergreen system's domain. 
8
9 - In Chrome, select _Settings_ from the Chrome menu and click on _Content 
10 settings_ in the advanced section. Select _Popups_ and then add your domain to
11 the _Allowed_ list.
12 - In Firefox, select _Preferences_ from the Firefox menu and then select the
13 _Content_ panel. Click the _Exceptions_ button and add your domain to the 
14 _Allowed Sites_ list.
15
16
17 Setting Browser Defaults for Web Client
18 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
20 To ensure that staff can easily get to the web client portal page on login 
21 without additional steps, you can set the browser's home page to default to the
22 web client. 
23
24 Setting the Web Client as the Home Page in Chrome
25 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
26 . In the top-right corner of your browser, click the Chrome menu.
27 . Select *Settings*.
28 . In the _On startup_ section, select _Open a specific page or set of pages._
29 . Click the *Set Pages* link.
30 . Add _https://localhost/eg/staff/_ to the _Enter URL_ box and click *OK*.
31
32 Setting the Web Client as the Home Page in Firefox
33 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
34 . In the top-right corner of your browser, click the menu button.
35 . Click *Options*.
36 . In the _When Firefox starts:_ dropdown menu, select _Show my home page_.
37 . In the _Home Page_ box, add _https://localhost/eg/staff/_ and click *OK*.
38
39 include::turn-off-print-headers-firefox.adoc[]
40
41 include::turn-off-print-headers-chrome.adoc[]
42
43 Tab Buttons and Keyboard Shortcuts
44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 Now that the client will be loaded in a web browser, users can use browser-based
46 tab controls and keyboard shortcuts to help with navigation. Below are some 
47 tips for browser navigation that can be used in Chrome and Firefox on Windows
48 PCs.
49
50 - Use CTRL-T or click the browser's new tab button to open a new tab. 
51 - Use CTRL-W or click the x in the tab to close the tab.
52 - Undo closing a tab by hitting CTRL-Shift-T.
53 - To open a link from the web client in a new tab, CTRL-click the link or 
54 right-click the link and select *Open Link in New Tab*. Using this method, you
55 can also open options from the web client's dropdown menus in a new tab
56 - Navigate to the next tab using CTRL-Tab. Go to the previous tab with CTRL-Shift-Tab.
57
58 Setting New Tab Behavior
59 ^^^^^^^^^^^^^^^^^^^^^^^^
60 Some users may want to automatically open the web client's portal page in a new
61 tab. Neither Chrome nor Firefox will open your home page by default when you
62 open a new tab. However, both browsers have optional add-ons that will allow you
63 to set the browsers to automatically open the home page whenever open opening a
64 new tab. These add-ons may be useful for those libraries that want the new tab
65 to open to the web client portal page.
66
67