[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. e0432d97aec423e1286c5d50713e77ecf6c6a5e5

Evergreen Git git at git.evergreen-ils.org
Mon Jun 10 13:47:15 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, rel_2_4 has been updated
       via  e0432d97aec423e1286c5d50713e77ecf6c6a5e5 (commit)
      from  572d5da336b28a171f88b74c093723b3443f89c8 (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 e0432d97aec423e1286c5d50713e77ecf6c6a5e5
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 76cf790..e7b2483 100644
--- a/docs/opac/my_lists.txt
+++ b/docs/opac/my_lists.txt
@@ -62,17 +62,12 @@ image::media/My_Lists7.jpg[My_Lists7]
 
 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