From 3db63ee4835600f3938549a2df4bd1e09cd1fd4d Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 2 May 2017 13:46:31 -0400 Subject: [PATCH] Docs: Reducing line size to 80 characters Reducing the line size in a couple of docs to 80 character. Makes for easier editing for those who are working from a command line editor. Signed-off-by: Kathy Lussier --- docs/opac/new_skin_customizations.adoc | 25 ++++++++---- docs/opac/tpac_meta_record_holds.adoc | 55 ++++++++++++++++++++------ 2 files changed, 60 insertions(+), 20 deletions(-) diff --git a/docs/opac/new_skin_customizations.adoc b/docs/opac/new_skin_customizations.adoc index 7ad5e79286..0d31cfa039 100644 --- a/docs/opac/new_skin_customizations.adoc +++ b/docs/opac/new_skin_customizations.adoc @@ -52,11 +52,18 @@ NOTE: All paths are relative to `/openils/var/templates/opac` ** controlling the size of cover art on the record details page ** defining which facets to display, and in which order ** controlling basic and advanced search options - ** controlling if the "Show More Details" button is visible or activated by default in OPAC search results - ** hiding phone notification options (useful for libraries that do not do phone notifications) - ** disallowing password or e-mail changes (useful for libraries that use centralized authentication or single sign-on systems) - ** displaying a maintenance message in the public catalog and KPAC (this is controlled by the _ctx.maintenance_message_ variable) - ** displaying previews of books when available from Google Books. This is controlled by the _ctx.google_books_preview_ variable, which is set to 0 by default to protect the privacy of users who might not want to share their browsing behavior with Google. + ** controlling if the "Show More Details" button is visible or activated by +default in OPAC search results + ** hiding phone notification options (useful for libraries that do not do +phone notifications) + ** disallowing password or e-mail changes (useful for libraries that use +centralized authentication or single sign-on systems) + ** displaying a maintenance message in the public catalog and KPAC (this is +controlled by the _ctx.maintenance_message_ variable) + ** displaying previews of books when available from Google Books. This is +controlled by the _ctx.google_books_preview_ variable, which is set to 0 by +default to protect the privacy of users who might not want to share their +browsing behavior with Google. ** disabling the "Group Formats and Editions" search. This is controlled by setting the metarecords.disabled variable to 1. ** setting the default search to a 'Group Formats and Editions' search. This @@ -102,9 +109,13 @@ is done by setting the search.metarecord_default variable to 1. a few colors and everything will work, but in practice you will need to experiment to avoid light-gray-on-white low-contrast combinations. -The following are templates that are less frequently overridden, but some libraries benefit from the added customization options. +The following are templates that are less frequently overridden, but some +libraries benefit from the added customization options. -* `parts/advanced/numeric.tt2`: defines the search options of the Advanced Search > Numeric search. If you wanted to add a bib call number search option, which is different from the item copy call number; you would add the following code to `numeric.tt2`. +* `parts/advanced/numeric.tt2`: defines the search options of the Advanced +Search > Numeric search. If you wanted to add a bib call number search option, +which is different from the item copy call number; you would add the following +code to `numeric.tt2`. + ------------------------------------------------------------------------------ diff --git a/docs/opac/tpac_meta_record_holds.adoc b/docs/opac/tpac_meta_record_holds.adoc index d20e3dad60..09fb0881f1 100644 --- a/docs/opac/tpac_meta_record_holds.adoc +++ b/docs/opac/tpac_meta_record_holds.adoc @@ -1,12 +1,16 @@ TPAC Metarecord Search and Metarecord Level Holds ------------------------------------------------- -Metarecords are compilations of individual bibliographic records that represent the same work. This compilation allows for several records to be represented on a single line on the TPAC search results page, which can help to reduce result duplications. +Metarecords are compilations of individual bibliographic records that represent +the same work. This compilation allows for several records to be represented on +a single line on the TPAC search results page, which can help to reduce result +duplications. *Advanced Search Page* -Selecting the *Group Formats and Editions* checkbox on the Advanced Search page allows the user to perform a metarecord search. +Selecting the *Group Formats and Editions* checkbox on the Advanced Search page +allows the user to perform a metarecord search. image::media/advsrchpg_1.jpg[] @@ -19,43 +23,65 @@ will revert to the default search behavior. *Search Results Page* -Within the Search Results page, users can also refine their searches and filter on metarecord search results by selecting the *Group Formats and Editions* checkbox. +Within the Search Results page, users can also refine their searches and filter +on metarecord search results by selecting the *Group Formats and Editions* +checkbox. image::media/srchresultpg_2.jpg[] -The metarecord search results will display both the representative metarecord bibliographic data and the combined metarecord holdings data (if the holdings data is OPAC visible). +The metarecord search results will display both the representative metarecord +bibliographic data and the combined metarecord holdings data (if the holdings +data is OPAC visible). -The number of records represented by the metarecord are displayed in parenthesis next to the title. +The number of records represented by the metarecord are displayed in parenthesis +next to the title. The formats contained within the metarecord are displayed under the title. image::media/srchresultpg2_3.jpg[] -For the metarecord search result, the *Place Hold* link defaults to a metarecord level hold. +For the metarecord search result, the *Place Hold* link defaults to a metarecord +level hold. image::media/srchresultpg3_4.jpg[] To place a metarecord level hold: . Click the *Place Hold* link. -. Users who are not logged into their accounts will be directed to the *Log in to Your Account* screen, where they will enter their username and password. Users who are already logged into their accounts will be directed to the *Place Hold* screen. -. Within the *Place Hold* screen, users can select the multiple formats and/or languages that are available. +. Users who are not logged into their accounts will be directed to the *Log in +to Your Account* screen, where they will enter their username and password. +Users who are already logged into their accounts will be directed to the *Place +Hold* screen. +. Within the *Place Hold* screen, users can select the multiple formats and/or +languages that are available. . Continue to enter any additional hold information (such as Pickup Location), if needed. . Click *Submit*. image::media/placehold_5.jpg[] -Selecting multiple formats will not place all of these formats on hold for the user. For example, a user cannot select CD Audiobook and Book and expect to place both the CD and book on hold at the same time. Instead, the user is implying that either the CD format or the book format is the acceptable format to fill the hold. If no format is selected, then any of the available formats may be used to fill the hold. The same holds true for selecting multiple languages. +Selecting multiple formats will not place all of these formats on hold for the +user. For example, a user cannot select CD Audiobook and Book and expect to +place both the CD and book on hold at the same time. Instead, the user is +implying that either the CD format or the book format is the acceptable format +to fill the hold. If no format is selected, then any of the available formats +may be used to fill the hold. The same holds true for selecting multiple +languages. *Advanced Hold Options* -When users place a hold on an individual bibliographic record they will see an *Advanced Hold Options* link within the Place Hold screen. Clicking the *Advanced Hold Options* link will take the users into the metarecord level hold feature, enabling them to select multiple formats and/or languages. +When users place a hold on an individual bibliographic record they will see an +*Advanced Hold Options* link within the Place Hold screen. Clicking the +*Advanced Hold Options* link will take the users into the metarecord level hold +feature, enabling them to select multiple formats and/or languages. image::media/advholdoption_6.jpg[] *Metarecord Constituent Records Page* -The TPAC now includes a Metarecord Constituent Records page, which displays a listing of the individual bibliographic records grouped within the metarecord. Access the Metarecord Constituent Records page by clicking on the metarecord title on the Search Results page. +The TPAC now includes a Metarecord Constituent Records page, which displays a +listing of the individual bibliographic records grouped within the metarecord. +Access the Metarecord Constituent Records page by clicking on the metarecord +title on the Search Results page. image::media/srchresultpg4_7.jpg[] @@ -65,11 +91,14 @@ image::media/recorddetailpg_8.jpg[] *Show Holds on Bib* -Within the staff client, *Show Holds on Bib* for a metarecord level hold will take the staff member into the Metarecord Constituent Records page. +Within the staff client, *Show Holds on Bib* for a metarecord level hold will +take the staff member into the Metarecord Constituent Records page. *Global Flag: OPAC Metarecord Hold Formats Attribute* -To utilize the metarecord level hold feature, the Global Flag: OPAC Metarecord Hold Formats Attribute must be enabled and its value set at mr_hold_format, which is the system's default configuration. +To utilize the metarecord level hold feature, the Global Flag: OPAC Metarecord +Hold Formats Attribute must be enabled and its value set at mr_hold_format, +which is the system's default configuration. image::media/mrholdgf_9.jpg[] -- 2.43.2