]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/admin/pages/web-client-browser-best-practices.adoc
docs: Angular Acq Sprint 0 Tools and Infrastructure
[Evergreen.git] / docs / modules / admin / pages / web-client-browser-best-practices.adoc
1 = Best Practices for Using the Browser =
2 :toc:
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 To ensure that staff can easily get to the web client portal page on login 
20 without additional steps, you can set the browser's home page to default to the
21 web client. 
22
23 === Setting the Web Client as the Home Page in Chrome ===
24
25 . In the top-right corner of your browser, click the Chrome menu.
26 . Select *Settings*.
27 . In the _On startup_ section, select _Open a specific page or set of pages._
28 . Click the *Set Pages* link.
29 . Add _https://localhost/eg/staff/_ to the _Enter URL_ box and click *OK*.
30
31 === Setting the Web Client as the Home Page in Firefox ===
32
33 . In the top-right corner of your browser, click the menu button.
34 . Click *Options*.
35 . In the _When Firefox starts:_ dropdown menu, select _Show my home page_.
36 . In the _Home Page_ box, add _https://localhost/eg/staff/_ and click *OK*.
37
38 include::partial$turn-off-print-headers-firefox.adoc[]
39
40 include::partial$turn-off-print-headers-chrome.adoc[]
41
42 == Tab Buttons and Keyboard Shortcuts ==
43
44 Now that the client will be loaded in a web browser, users can use browser-based
45 tab controls and keyboard shortcuts to help with navigation. Below are some 
46 tips for browser navigation that can be used in Chrome and Firefox on Windows
47 PCs.
48
49 - Use CTRL-T or click the browser's new tab button to open a new tab. 
50 - Use CTRL-W or click the x in the tab to close the tab.
51 - Undo closing a tab by hitting CTRL-Shift-T.
52 - To open a link from the web client in a new tab, CTRL-click the link or 
53 right-click the link and select *Open Link in New Tab*. Using this method, you
54 can also open options from the web client's dropdown menus in a new tab
55 - Navigate to the next tab using CTRL-Tab. Go to the previous tab with CTRL-Shift-Tab.
56
57 === Setting New Tab Behavior ===
58
59 Some users may want to automatically open the web client's portal page in a new
60 tab. Neither Chrome nor Firefox will open your home page by default when you
61 open a new tab. However, both browsers have optional add-ons that will allow you
62 to set the browsers to automatically open the home page whenever open opening a
63 new tab. These add-ons may be useful for those libraries that want the new tab
64 to open to the web client portal page.
65
66