[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 95dde4dacfc80fb6da1e3c7a5bc089ce762dd244

Evergreen Git git at git.evergreen-ils.org
Wed May 13 18:11:55 EDT 2015


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_8 has been updated
       via  95dde4dacfc80fb6da1e3c7a5bc089ce762dd244 (commit)
      from  d83ae636fbc66b07f0518af32c250057d2cc0065 (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 95dde4dacfc80fb6da1e3c7a5bc089ce762dd244
Author: Yamil Suarez <github at yamil.com>
Date:   Tue May 12 21:27:28 2015 -0400

    Docs: Removal of Bib Call Number Search
    
    Signed-off-by: Yamil Suarez <github at yamil.com>

diff --git a/docs/opac/new_skin_customizations.txt b/docs/opac/new_skin_customizations.txt
index e41e366..8b02884 100644
--- a/docs/opac/new_skin_customizations.txt
+++ b/docs/opac/new_skin_customizations.txt
@@ -90,3 +90,12 @@ NOTE: All paths are relative to `/openils/var/templates/opac`
   the standard Evergreen template. In theory you should be able to change just
   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.
+
+* `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`.
++
+------------------------------------------------------------------------------
+<option value="identifier|bibcn">[% l('Bib Call Number') %]</option>  
+------------------------------------------------------------------------------
+
diff --git a/docs/opac/using_the_public_access_catalog.txt b/docs/opac/using_the_public_access_catalog.txt
index f995ab2..979b863 100644
--- a/docs/opac/using_the_public_access_catalog.txt
+++ b/docs/opac/using_the_public_access_catalog.txt
@@ -36,11 +36,9 @@ indexterm:[search, bib call number]
 
 * *Series*: finds the terms you enter in the title of a multi-part series.
 
-* *Bib Call Number*: finds the terms you enter in the call number field of a bib record.
-
 [TIP]
 =============
-To search an item copy call number, if different from _Bib Call Number_, use <<numeric_search, _Advanced Search: Numeric_>> 
+To search an item copy call number, use <<numeric_search, _Advanced Search: Numeric_>> 
 =============
 
 Formats

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

Summary of changes:
 docs/opac/new_skin_customizations.txt         |    9 +++++++++
 docs/opac/using_the_public_access_catalog.txt |    4 +---
 2 files changed, 10 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list