[open-ils-commits] [GIT] Evergreen ILS branch master updated. 96c877ea56afaf59927859eb63ad4ddd2172d0db

Evergreen Git git at git.evergreen-ils.org
Thu Jun 6 14:01:59 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  96c877ea56afaf59927859eb63ad4ddd2172d0db (commit)
      from  f5727683ea8cabd74bb2ccf8e6e41429ef1b9889 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 96c877ea56afaf59927859eb63ad4ddd2172d0db
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Jun 6 14:01:07 2013 -0400

    Fix Latin-1 encoding that broke doc output
    
    asciidoc only expects and can only handle utf-8 encoding :)
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/docs/opac/my_lists.txt b/docs/opac/my_lists.txt
index db485ca..54bd720 100644
--- a/docs/opac/my_lists.txt
+++ b/docs/opac/my_lists.txt
@@ -62,17 +62,12 @@ Local Call Number in My Lists
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 As of Evergreen version 2.4, when a title is added to a list in the TPAC, a local call number will be displayed in the list to assist patrons in locating the physical item.  Evergreen will look at the following locations to identify the most relevant call number to display in the list:  
 
-1)	Physical location – the physical library location where the search takes place
-2)	Preferred library – the Preferred Search Location, which is set in patron OPAC account Search and History Preferences, or the patron’s Home Library
-3)	Search library – the search library or org unit that is selected in the OPAC search interface
+1)	Physical location - the physical library location where the search takes place
+2)	Preferred library - the Preferred Search Location, which is set in patron OPAC account Search and History Preferences, or the patron's Home Library
+3)	Search library - the search library or org unit that is selected in the OPAC search interface
 
 The call number that is displayed will be the most relevant call number to the searcher.  If the patron is searching at the library, Evergreen will display a call number from that library location.  If the patron is not searching at a library, but is logged in to their OPAC account, Evergreen will display a call number from their Home Library or Preferred Search Location.  If the patron is not searching at the library and is not signed in to their OPAC account, then Evergreen will display a call number from the org unit, or library, that they choose to search in the OPAC search interface.
 
 The local call number and associated library location will appear in the list:
 
 image::media/my_list_call_numbers.JPG[Local Call Number in List]
-
-
-
-
-

-----------------------------------------------------------------------

Summary of changes:
 docs/opac/my_lists.txt |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list