[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3f2a30ddc19817ac4174e9188e173b11548db518

Evergreen Git git at git.evergreen-ils.org
Tue Dec 17 17:26:11 EST 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  3f2a30ddc19817ac4174e9188e173b11548db518 (commit)
      from  d0d6a7deb81728a4e89a72e76dc908b3e89f7bff (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 3f2a30ddc19817ac4174e9188e173b11548db518
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Tue Dec 17 11:17:25 2013 -0500

    Docs: bug fixes in new files
    
    This commit fixes a small bug in the new Action Triggers chapter and a
    few small formatting bugs in the new subsection in the Holds Management
    chapter. It also fixes a small wording typo in the Holds Management intro.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/admin/actiontriggers.txt b/docs/admin/actiontriggers.txt
index 496f9df..6e454f1 100644
--- a/docs/admin/actiontriggers.txt
+++ b/docs/admin/actiontriggers.txt
@@ -1,7 +1,7 @@
 Action Triggers
 ---------------
 
-indexedterm:[action triggers, event definitions]
+indexterm:[action triggers, event definitions]
 
 Action Triggers give administrators the ability to set up actions for
 specific events. They are useful for notification events such as hold notifications.
diff --git a/docs/circulation/holds.txt b/docs/circulation/holds.txt
index 4217a01..4e0707a 100644
--- a/docs/circulation/holds.txt
+++ b/docs/circulation/holds.txt
@@ -5,7 +5,7 @@ Holds Management
 Placing Holds
 ~~~~~~~~~~~~~
 
-Holds can be placed by staff in the _Staff Client_ and by patrons in the OPAC. In this chapter we demonstrate placing holds on the _Staff Client_.
+Holds can be placed by staff in the _Staff Client_ and by patrons in the OPAC. In this chapter we demonstrate placing holds in the _Staff Client_.
 
 Holds Levels
 ~~~~~~~~~~~~
@@ -396,17 +396,20 @@ This feature enables libraries to configure an alternate hold pick up location.
 The alternate pick up location is disabled in Evergreen by default.  It can be enabled by setting *Holds: Behind Desk Pickup Supported* to 'True' in the Library Settings Editor.  Server side changes to configuration files are required to enable this feature and edit the alternate pick up location label.  The following files and labels need to be changed:
 
 * Open-ILS/src/templates/opac/myopac/prefs_settings.tt2
-<td><label for='[% setting %]'>[% l('Pickup holds from the drive-thru when possible?') 
-%]</label></td>
++
+`<td><label for='[% setting %]'>[% l('Pickup holds from the drive-thru when possible?') %]</label></td>`
 
 *  Open-ILS/web/opac/locale/en-US/lang.dtd
-<!ENTITY staff.patron_display.holds_available_behind_desk.label 'Drive-Thru:'>
++
+`<!ENTITY staff.patron_display.holds_available_behind_desk.label 'Drive-Thru:'>`
 
 * Open-ILS/xul/staff_client/server/locale/en-US/circ.properties
-staff.circ.utils.hold.behind_desk=Drive-Thru
++
+`staff.circ.utils.hold.behind_desk=Drive-Thru`
 
 * Open-ILS/xul/staff_client/server/locale/en-US/patron.properties
-staff.patron.summary.hold_counts_behind_desk=Available / Total (Drive-Thru)
++
+`staff.patron.summary.hold_counts_behind_desk=Available / Total (Drive-Thru)`
 
 Libraries can also choose to give patrons the ability to opt-in to pick up holds at the alternate location through their OPAC account.  To add this option, set the *OPAC/Patron Visible* field in the User Setting Type *Hold is behind Circ Desk* to 'True'.  The User Setting Types can be found under *Admin -> Server Administration -> User Setting Types*.
 

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

Summary of changes:
 docs/admin/actiontriggers.txt |    2 +-
 docs/circulation/holds.txt    |   15 +++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list