[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1ff35716fba49fa35b36e41325761f08beb706ca

Evergreen Git git at git.evergreen-ils.org
Wed Jun 27 10:34:31 EDT 2012


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  1ff35716fba49fa35b36e41325761f08beb706ca (commit)
      from  55a82b570ee8562f3d9eaedad42f22d15b1b8205 (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 1ff35716fba49fa35b36e41325761f08beb706ca
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jun 12 16:04:09 2012 -0400

    tpac: repair some straggling bookbag CGI param names
    
    We missed some going from "id" to "bbid"
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2
index 9bdbc08..efefd4d 100644
--- a/Open-ILS/src/templates/opac/myopac/lists.tt2
+++ b/Open-ILS/src/templates/opac/myopac/lists.tt2
@@ -124,14 +124,14 @@
                     [%- INCLUDE "opac/parts/preserve_params.tt2" params=['loc', 'query', 'qtype']; %]
                     [% INCLUDE "opac/parts/filtersort.tt2"
                         value=CGI.param('sort') mode='bookbag' %]
-                    <input type="hidden" name="id"
+                    <input type="hidden" name="bbid"
                         value="[% CGI.param('bbid') | html %]" />
                     <input type="submit" value="[% l('Sort') %]" />
                 </form>
             </div>
             <div class="meta">
                 <form method="POST">
-                    <input type="hidden" name="id" value="[% bbag.id %]" />
+                    <input type="hidden" name="bbid" value="[% bbag.id %]" />
                     <input type="hidden" name="action" value="editmeta" />
                     [%- INCLUDE "opac/parts/preserve_params.tt2"; %]
                     <table id="bbag-name-desc-form">
@@ -241,7 +241,7 @@
                     <td colspan="3"><!-- All space left of notes column --></td>
                     <td class="save-notes">
                         [%- INCLUDE "opac/parts/preserve_params.tt2"; %]
-                        <input type="hidden" name="id" value="[% CGI.param('bbid') | html %]" />
+                        <input type="hidden" name="bbid" value="[% CGI.param('bbid') | html %]" />
                         <input type="submit" name="save_notes" value="[% l('Save Notes') %]" />
                     </td>
                 </tr>

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

Summary of changes:
 Open-ILS/src/templates/opac/myopac/lists.tt2 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list