From 2681ce7e8985f9b1fd27c79e87cc3fbde5d52336 Mon Sep 17 00:00:00 2001 From: katiegmartin <38866437+katiegmartin@users.noreply.github.com> Date: Mon, 26 Oct 2020 12:07:15 -0400 Subject: [PATCH] Docs: LP 1751146 browser bookmarks toolbar Add tips for using the browser bookmarks toolbar in place of the XUL button bar Signed-off-by: Jane Sandberg --- .../admin/pages/web-client-browser-best-practices.adoc | 8 ++++++++ .../admin/partials/toolbars-with-bookmarks-chrome.adoc | 11 +++++++++++ .../admin/partials/toolbars-with-bookmarks-firefox.adoc | 10 ++++++++++ 3 files changed, 29 insertions(+) create mode 100644 docs/modules/admin/partials/toolbars-with-bookmarks-chrome.adoc create mode 100644 docs/modules/admin/partials/toolbars-with-bookmarks-firefox.adoc diff --git a/docs/modules/admin/pages/web-client-browser-best-practices.adoc b/docs/modules/admin/pages/web-client-browser-best-practices.adoc index f3b0d544c0..f0c3b0b8de 100644 --- a/docs/modules/admin/pages/web-client-browser-best-practices.adoc +++ b/docs/modules/admin/pages/web-client-browser-best-practices.adoc @@ -66,4 +66,12 @@ to set the browsers to automatically open the home page whenever open opening a new tab. These add-ons may be useful for those libraries that want the new tab to open to the web client portal page. +== Create a Toolbar Using Bookmarks == +Your broswer's bookmarks toolbar can act as a replacement for the toolbars available in the XUL client. + +include::partial$toolbars-with-bookmarks-chrome.adoc[] + +include::partial$toolbars-with-bookmarks-firefox.adoc[] + + diff --git a/docs/modules/admin/partials/toolbars-with-bookmarks-chrome.adoc b/docs/modules/admin/partials/toolbars-with-bookmarks-chrome.adoc new file mode 100644 index 0000000000..941aeb65be --- /dev/null +++ b/docs/modules/admin/partials/toolbars-with-bookmarks-chrome.adoc @@ -0,0 +1,11 @@ +== Create a Toolbar Using Bookmarks in Chrome == + +indexterm:[toolbar] +indexterm:[staff client,configuration] + +. In the Chrome menu, click _Bookmarks_ and make sure that _Show bookmarks bar_ is selected (CTRL+Shift+B). +. Navigate to the staff client page(s) you want to bookmark. +. In the Chrome menu, click _Bookmarks_ and select either _Bookmark this tab_ (CTRL+B) or _Bookmark all tabs_ (CTRL+Shift+B) +. Name bookmark(s) appropriately. +. Click and drag toolbar bookmarks to re-order. + diff --git a/docs/modules/admin/partials/toolbars-with-bookmarks-firefox.adoc b/docs/modules/admin/partials/toolbars-with-bookmarks-firefox.adoc new file mode 100644 index 0000000000..f5e17980a2 --- /dev/null +++ b/docs/modules/admin/partials/toolbars-with-bookmarks-firefox.adoc @@ -0,0 +1,10 @@ +== Create a Toolbar Using Bookmarks in Firefox == + +indexterm:[toolbar] +indexterm:[staff client,configuration] + +. If the toolbar is not already enabled, in the Firefox menu, click _Library_ and then _Bookmarks_ and then _Bookmarking Tools_ and select _Add Bookmarks Menu to Toolbar_ +. Navigate to the staff client page you want to bookmark. +. In the Firefox menu, , click _Library_ and then _Bookmarks_ and select _Bookmark This Page_ (CTRL+D) +. Name bookmark appropriately and repeat for additional bookmarks. +. Click and drag toolbar bookmarks to re-order. -- 2.11.0