[open-ils-commits] [GIT] Evergreen ILS branch master updated. 306e47e4d1a55dfaa8e45d97c9cf02b8ae30f69a

Evergreen Git git at git.evergreen-ils.org
Tue Mar 19 15:47:31 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  306e47e4d1a55dfaa8e45d97c9cf02b8ae30f69a (commit)
      from  c0cfe99201c0b5b2d0aeb68db1b2e5189ab4b691 (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 306e47e4d1a55dfaa8e45d97c9cf02b8ae30f69a
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Mar 19 14:42:11 2013 -0400

    TPAC - Syntax error breaks place-hold page
    
    A recently introduced <label> tag had a ' mismatched with a ", breaking
    the pickup library selector on the TPAC place-hold interface.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2
index 33c45a6..3ce5f06 100644
--- a/Open-ILS/src/templates/opac/parts/place_hold.tt2
+++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2
@@ -70,7 +70,7 @@
 
         <p>
             [%- org_select_id = 'pickup_lib'; -%]
-            <label for="[% org_select_id %]'>[%l('Pickup location:') %]</label>
+            <label for="[% org_select_id %]">[%l('Pickup location:') %]</label>
             [% PROCESS "opac/parts/org_selector.tt2";
                 INCLUDE build_org_selector name='pickup_lib' value=ctx.default_pickup_lib id=org_select_id can_have_vols_only=1 %]
         </p>

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/place_hold.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list