handle new call number scheme
authorJoshua Ferraro <jmf@liblime.com>
Fri, 19 Oct 2007 07:12:26 +0000 (02:12 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 19 Oct 2007 11:59:30 +0000 (06:59 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl

index b832924..bd29572 100644 (file)
                                             <i>
                                         <!-- TMPL_IF name="location" --><!-- TMPL_VAR name="location" --><!-- /TMPL_IF -->
                                         <!-- TMPL_IF name="itemcallnumber" --><!-- TMPL_VAR name="itemcallnumber" --><!-- /TMPL_IF -->
-                                         <!-- TMPL_IF name="classification" -->
-                                            <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="classification" ESCAPE="URL" -->">
-                                                <!-- TMPL_VAR NAME="classification" -->
+                                         <!-- TMPL_IF name="cn_class" -->
+                                            <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="cn_class" ESCAPE="URL" -->">
+                                                <!-- TMPL_VAR NAME="cn_class" -->
                                             </a>
                                         <!-- /TMPL_IF -->
                                         </i>
 <!-- TMPL_INCLUDE NAME="cat-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->