misc cleanup
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 7 Mar 2012 19:23:40 +0000 (14:23 -0500)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 7 Mar 2012 21:57:12 +0000 (16:57 -0500)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial/OPAC.pm
Open-ILS/src/templates/opac/parts/record/copy_table.tt2
Open-ILS/src/templates/opac/parts/record/issues.tt2

index a009300..65f19bb 100644 (file)
@@ -312,6 +312,7 @@ sub _make_grouped_holding_node {
     };
 }
 
+# This is a helper for grouped_holdings_for_summary() later.
 sub _make_single_level_grouped_holding_query {
     my (
         $subfield, $deepest_level, $summary_hint, $summary_id,
index ef48ee5..b806f5c 100644 (file)
@@ -30,7 +30,7 @@ END;
     <thead>
         <tr>
             [% IF serial_holdings -%]
-            <th id='copy_header_holding_label'>[% l("Holding Label") %]</th>
+            <th id='copy_header_holding_label'>[% l("Issue Label") %]</th>
             [%- ELSE -%]
             <th id='copy_header_library'>[% l("Location") %]</th>
             [%- END %]
@@ -126,7 +126,7 @@ END;
                     href="[% mkurl(ctx.opac_root _ '/place_hold', {
                     hold_target => copy_info.issuance, hold_type => 'I',
                     hold_source_page => mkurl()
-                }) %]">[% l("holding") %]</a>[%- 
+                }) %]">[% l("issue") %]</a>[%-
                         END;
                     ELSE;
                         l("No");
index 6c2241e..585cee6 100644 (file)
@@ -1,4 +1,4 @@
 <div class='rdetail_extras_div'>
-    [% INCLUDE 'opac/parts/record/issues-db.tt2' %]
-    [% INCLUDE 'opac/parts/record/issues-mfhd.tt2' %]
+    [% INCLUDE 'opac/parts/record/issues-db.tt2' # "new" serials holdings %]
+    [% INCLUDE 'opac/parts/record/issues-mfhd.tt2' # mfhd-based "classic" serials %]
 </div>