Remove status and due date from public OPAC. governor_rel_2_9_1
authorChris Sharp <csharp@georgialibraries.org>
Thu, 28 Jul 2016 14:49:54 +0000 (10:49 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 28 Jul 2016 14:49:54 +0000 (10:49 -0400)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index 96e77ae..c10253c 100644 (file)
@@ -47,8 +47,8 @@ END;
             [%- IF ctx.is_staff OR serial_holdings %]
             <th scope='col'>[% l("Holdable?") %]</th>
             [%- END %]
-            <th scope='col'>[% l("Status") %]</th>
-            <th scope='col'>[% l("Due Date") %]</th>
+<!--        <th scope='col'>[% l("Status") %]</th>
+            <th scope='col'>[% l("Due Date") %]</th> -->
         </tr>
     </thead>
     <tbody class="copy_details_table">
@@ -209,6 +209,7 @@ END; # FOREACH bib
                     l("Not holdable");
                 END %]</td>
             [%- END %]
+            [% IF ctx.is_staff %]
             <td>[%-
                 schema_copy_status.${copy_info.status_code};
                 copy_info.copy_status | html;
@@ -221,6 +222,7 @@ END; # FOREACH bib
                     );
                 ELSE;
                     '-';
+                [%- END %]
                 END %]</td>
         </tr>