TPAC: Remove one more KCLS reference
authorDan Scott <dan@coffeecode.net>
Thu, 18 Aug 2011 11:36:18 +0000 (07:36 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 18 Aug 2011 11:36:18 +0000 (07:36 -0400)
KCLS probably doesn't want us to link to their libraries from every
Evergreen instance...

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/default/opac/parts/record/summary.tt2

index 38685ed..4aca693 100644 (file)
         FOR copy_info IN ctx.copies;
             NEXT IF copy_info.call_number_label == '##URI##' %]
         <tr>
-            <td>[%
-                # XXX KCLS-specific kludging
+            <td>
+            [%-
                 org_name = ctx.get_aou(copy_info.circ_lib).name;
-                dir = org_name | lower | replace('[^\w]', '') |
-                    replace('.+320th', '320th'); %]
-                <a href="http://www.kcls.org/[% dir %]/"
-                    class="classic_link">[% org_name %]</a>
+                org_name | html
+            -%]
             </td>
             <td>[% copy_info.call_number_label | html %]</td>
             <td>[% copy_info.barcode | html %]</td>